Skip to content
VS Code

Story Mapper for VS Code

io.github.tomatap/storymapper

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

client:VS Code transport:stdio runtime:npm

Install Story Mapper in VS Code

.vscode/mcp.json

{
  "servers": {
    "storymapper": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "storymapper"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Story Mapper in other clients