Skip to content
Cursor

Story Mapper for Cursor

io.github.tomatap/storymapper

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

client:Cursor transport:stdio runtime:npm

Install Story Mapper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Story Mapper in other clients