mcp backlog for Cursor
io.github.vfa-khuongdv/mcp-backlog
MCP server for Backlog API integration with AI agents.
client:Cursor
transport:stdio
runtime:npm
Install mcp backlog in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-backlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<BACKLOG_HOST>",
"BACKLOG_API_KEY": "<BACKLOG_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs