backlog-mcp

gkoreli/backlog-mcp
★ 5 stars TypeScript AI/LLM Updated 1mo ago
Minimal task backlog MCP server for Claude and AI agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A task backlog MCP server for LLM agents. Works with any MCP client — Claude, Kiro, Cursor, Codex, etc. Agents create tasks, track progress, attach artifacts, and search across everything. Humans get a real-time web viewer to see what agents are doing. Runs locally out of the box. Can also be self-hosted on Cloudflare Workers + D1 for a free, always-on remote backlog accessible from any device or MCP client.

Topics

aianthropicclaudellmmcpmodel-context-protocoltask-management