Skip to content
Grok

Story Mapper for Grok

io.github.tomatap/storymapper

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

client:Grok transport:stdio runtime:npm

Install Story Mapper in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Story Mapper in other clients