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

Installation

npx -y backlog

Configuration

{
  "mcpServers": {
    "backlog": {
      "command": "npx",
      "args": ["-y", "backlog"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub