Story Mapper for Gemini CLI
io.github.tomatap/storymapper
User story map + kanban with a live browser UI; AI agents and humans plan the same backlog via MCP.
client:Gemini CLI
transport:stdio
runtime:npm
Install Story Mapper in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"storymapper": {
"command": "npx",
"args": [
"-y",
"storymapper"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs