← Back to Plugins
MCP Server MCP

Easy8

github By github 👁 1 views ▲ 0 votes

Connect AI assistants to Easy8 — read and update projects, issues, and comments.

Configuration Example

{
  "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
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...