Serversio.github.Easy8com/easy8-mcp
M

Easy8

io.github.Easy8com/easy8-mcp · v0.1.0
● Remote
v0.1.0remote🌐 https://{easy8_host}/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Easy8com/easy8-mcp",
  "description": "Connect AI assistants to Easy8 — read and update projects, issues, and comments.",
  "title": "Easy8",
  "repository": {
    "url": "https://github.com/Easy8com/easy8-mcp",
    "source": "github"
  },
  "version": "0.1.0",
  "websiteUrl": "https://www.easy8.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{easy8_host}/mcp",
      "headers": [
        {
          "description": "Your personal Easy8 API key, generated from your Easy8 user profile. The MCP endpoint inherits this account's permissions and project visibility.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Redmine-API-Key"
        }
      ],
      "variables": {
        "easy8_host": {
          "description": "Hostname of your Easy8 instance, without protocol or trailing slash (e.g. yourcompany.easy8.com).",
          "isRequired": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}