MCP.so
Sign In
B

Backlog Mcp

@corbym

About Backlog Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

corbym

Submitted by

Matt Corby

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "backlog-mcp": {
      "command": "/path/to/binary/backlog-mcp",
      "env": {
        "BACKLOG_ROOT": "/path/to/repository/requirements"
      }
    }
  }
}

Tools

5

List stories, optionally filtered by `epic_id` or `status`

Get full markdown content and metadata for a story

Update story status in index and backlog

Append a timestamped note to a story file

High-level epic/story counts by status

Overview

What is Backlog Mcp?

An MCP server that gives AI agents structured read/write access to a story-based project backlog using plain markdown files in the repository. It enables agents to list, read, update status, and add notes to stories, with collaboration handled through git.

How to use Backlog Mcp?

Download the binary or install via go install github.com/corbym/backlog-mcp@latest. Initialize a requirements directory with ./backlog-mcp init /path/to/requirements. Run ./backlog-mcp in the project root, and configure Claude Code with the command in .claude/settings.json.

Key features of Backlog Mcp?

  • List stories filtered by epic or status
  • Get full story content and metadata
  • Update story status in index and backlog
  • Append timestamped notes to stories

Comments

More Other MCP servers