Catalog
io.github.vfa-khuongdv/mcp-backlog
OfficialMCP server for Backlog API integration with AI agents.
Integrates Backlog project management API with AI agents.
README not available yet.
Install
Configuration
Environment variables
BACKLOG_HOSTrequiredYour Backlog instance URL (e.g., your-space-id.backlog.com)
BACKLOG_API_KEYrequiredsecretYour Backlog API key from account settings
claude_desktop_config.json
{
"mcpServers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog@1.0.0"
],
"env": {
"BACKLOG_HOST": "<YOUR_BACKLOG_HOST>",
"BACKLOG_API_KEY": "<YOUR_BACKLOG_API_KEY>"
}
}
}
}