mcp backlog for Zed
io.github.vfa-khuongdv/mcp-backlog
MCP server for Backlog API integration with AI agents.
client:Zed
transport:stdio
runtime:npm
Install mcp backlog in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<BACKLOG_HOST>",
"BACKLOG_API_KEY": "<BACKLOG_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs