backlog-mcp
An MCP server that gives AI agents structured read/write access to a story-based project backlog. Agents can list stories, read content, update status, and append notes — all backed by plain markdown files that live inside your project repository.
How collaboration works
There is no shared server. The backlog files live in your repo under requirements/, committed and versioned alongside your code. Collaboration between agents, or between an agent and a human, works exactly the way the rest of your codebase does: through git. If two agents update different stories concurrently, git merges them. If they touch the same line, you resolve it like any other merge conflict.
The MCP server is a local process each agent runs for itself. It reads and writes files; git handles the rest.
Install
Homebrew (tap)
brew tap corbym/backlog-mcp
brew install backlog-mcpYou can also install directly without an explicit tap step:
brew install corbym/backlog-mcp/backlog-mcpBinary release
Download the latest binary for your platform from the Releases page and put it somewhere on your $PATH.






