← Back to Plugins
MCP Server MCP

io.github.vfa-khuongdv/mcp-backlog

github By github 👁 1 views ▲ 0 votes

MCP server for Backlog API integration with AI agents.

Homepage Verified source GitHub

Install

npx -y @duongkhuong/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@duongkhuong/mcp-backlog",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Backlog instance URL (e.g., your-space-id.backlog.com)",
          "isRequired": true,
          "format": "string",
          "name": "BACKLOG_HOST"
        },
        {
          "description": "Your Backlog API key from account settings",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BACKLOG_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...