MCP Server
MCP
Story Mapper
User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP.
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
By
Comments
Sign in to leave a comment