MCP Backlog
Rank #47,920io.github.vfa-khuongdv/mcp-backlog
MCP server providing backlog capabilities
MCP Backlog is a Model Context Protocol (MCP) server published by vfa-khuongdv. It ranks #47,920 of 132,113 servers tracked on MCP Toplist. MCP Backlog is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Dec 10, 2025 and most recently updated on Dec 10, 2025.
Ranks ahead of 84,193 of 132,113 servers on MCP Toplist.
Use MCP Backlog
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-backlog -e "BACKLOG_HOST=<your BACKLOG_HOST>" -e "BACKLOG_API_KEY=<your BACKLOG_API_KEY>" -- npx -y @duongkhuong/mcp-backlogReplace each placeholder with your own value before saving.
[mcp_servers.mcp-backlog]
command = "npx"
args = ["-y", "@duongkhuong/mcp-backlog"]
[mcp_servers.mcp-backlog.env]
BACKLOG_HOST = "<your BACKLOG_HOST>"
BACKLOG_API_KEY = "<your BACKLOG_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<your BACKLOG_HOST>",
"BACKLOG_API_KEY": "<your BACKLOG_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<your BACKLOG_HOST>",
"BACKLOG_API_KEY": "<your BACKLOG_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-backlog": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<your BACKLOG_HOST>",
"BACKLOG_API_KEY": "<your BACKLOG_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<your BACKLOG_HOST>",
"BACKLOG_API_KEY": "<your BACKLOG_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-backlog": {
"command": "npx",
"args": [
"-y",
"@duongkhuong/mcp-backlog"
],
"env": {
"BACKLOG_HOST": "<your BACKLOG_HOST>",
"BACKLOG_API_KEY": "<your BACKLOG_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.vfa-khuongdv%2Fmcp-backlog)<a href="https://mcptoplist.com/server/io.github.vfa-khuongdv%2Fmcp-backlog"><img src="https://mcptoplist.com/badge/io.github.vfa-khuongdv%2Fmcp-backlog.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
vfa-khuongdv
Other servers by vfa-khuongdv
View all vfa-khuongdv servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Backlog?
- MCP Backlog is maintained by vfa-khuongdv, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is MCP Backlog listed on the Official MCP Registry?
- Yes — MCP Backlog is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Backlog have?
- MCP Toplist tracks 2 versions of MCP Backlog, most recently published on Dec 10, 2025.
- Where can I find the source code for MCP Backlog?
- The source code for MCP Backlog is hosted at github.com/vfa-khuongdv/mcp-backlog.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.