AI & ML
Trust: 28/100 (Limited)io.github.vfa-khuongdv/mcp-backlog Guide
MCP server for Backlog API integration with AI agents.
by vfa-khuongdv
Quick Start
Install
npx @duongkhuong/mcp-backlogClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vfa-khuongdv-mcp-backlog": {
"command": "npx",
"args": [
"@duongkhuong/mcp-backlog"
]
}
}
}