← Back to Plugins
MCP Server MCP

Story Mapper

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "storymapper",
      "version": "1.0.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run in MCP stdio mode",
          "isRequired": true,
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Directory for the SQLite database (share it with the browser UI to see the same projects)",
          "type": "named",
          "name": "--data-dir"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...