← Index

io.github.vfa-khuongdv/mcp-backlog

io.github.vfa-khuongdv/mcp-backlog·v1.0.0·Other
Quality Score
77
/100

MCP server for Backlog API integration with AI agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-backlog": {
      "command": "npx",
      "args": [
        "-y",
        "@duongkhuong/mcp-backlog"
      ],
      "env": {
        "BACKLOG_HOST": "<backlog_host>",
        "BACKLOG_API_KEY": "<your-backlog_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-backlog": {
      "command": "npx",
      "args": [
        "-y",
        "@duongkhuong/mcp-backlog"
      ],
      "env": {
        "BACKLOG_HOST": "<backlog_host>",
        "BACKLOG_API_KEY": "<your-backlog_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @duongkhuong/mcp-backlog
§02  Environment variables
BACKLOG_HOST
required

Your Backlog instance URL (e.g., your-space-id.backlog.com)

BACKLOG_API_KEY
requiredsecret

Your Backlog API key from account settings

§03  MCP Quality Score  ·  methodology
freshness
17
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other