MCP.so
登录
B

Backlog Mcp

@corbym

关于 Backlog Mcp

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

corbym

提交者

Matt Corby

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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

概览

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

评论

其他 分类下的更多 MCP 服务器