Skip to content
Zed

Story Mapper for Zed

io.github.tomatap/storymapper

User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP.

client:Zed transport:stdio runtime:npm

Install Story Mapper in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "storymapper": {
      "command": "npx",
      "args": [
        "-y",
        "storymapper"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Story Mapper in other clients