Back to MCP Servers
Backlog
Persistent, cross-session task management for Claude Code. 24 MCP tools, 7 skills, and agent coordination with event-sourced storage and per-project isolation.
workplace-productivityragagent
By backloghq
Installation
npx -y backlogConfiguration
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": ["-y", "backlog"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes