chat.mumo/mcp
Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy.
Ask AI about chat.mumo/mcp
Powered by Claude Β· Grounded in docs
I know everything about chat.mumo/mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
mumo β Claude Code + Cowork plugin
Multi-model responses + cross-model reactions. Want more rounds? Context carries automatically. Stop when you have what you need.
Claude, GPT, Gemini, Grok, Qwen, GLM, Kimi in parallel. For contested decisions β architecture, plan review, pricing, strategy β where a single model might be confidently wrong.
Works in both Claude Code (developer audience) and Claude Cowork (knowledge-worker audience). Same plugin, same skill, different distribution marketplaces. For Cursor, see mumo-chat/mumo-cursor. For VS Code (GitHub Copilot), see mumo-chat/mumo-vscode.
When to use
Reach for mumo when:
- Architecture and design reviews β "Postgres or MongoDB for our event store?" "Is this migration safe under concurrent writes?"
- Plan and pre-launch pressure tests β "What would we regret 6 months in?" "Where's the biggest risk in this spec?"
- Contested product or pricing decisions β "Should this feature be paid or free?" "Which of these positionings actually converts?"
- Strategy with real cost β anywhere a confidently-wrong single model could push a team in the wrong direction for a week.
The bundled skill auto-triggers on this category and stays quiet on factual lookups, routine refactoring, and code generation from a clear spec.
What's in the box
- MCP server β
https://mumo.chat/api/mcp, seven tools:create_deliberation,wait_for_round,append_round,get_session,list_sessions,list_models,get_credit - Auto-triggering skill β
skills/mumo/SKILL.mdtells the agent when to reach for the panel so you don't have to
Install β Claude Code
Inside Claude Code:
/plugin marketplace add anthropics/claude-plugins-official
/plugin install mumo
Install β Claude Cowork
Open Claude Desktop β Cowork tab β Customize β Browse plugins β search for mumo β Install. Or browse the full catalog at claude.com/plugins.
Note: Claude Code and Cowork have separate plugin panels backed by different marketplaces. Installing in one surface does not auto-install in the other β install in each separately.
Install β VS Code (GitHub Copilot)
Install the mumo extension from the Visual Studio Marketplace. It registers the MCP server natively and stores your key in VS Code's SecretStorage β no MUMO_API_KEY env-var required.
For the full story and manual-install alternatives, see mumo-chat/mumo-vscode.
The auto-triggering skill from this repo is not bundled in the VS Code extension β Copilot's agent mode routes to the MCP server organically when you mention mumo or ask for a panel. For the explicit skill experience, use Claude Code or Cowork.
API key setup
The plugin prompts for your mumo API key at install time and stores it securely in your system keychain.
- Sign up at https://mumo.chat and create a platform key at Settings β API Keys (keys start with
mmo_live_) - Paste it when the plugin prompts you during install/enable
If you need to update the key later, reinstall or reconfigure the plugin. For manual or dev setups, you can also export MUMO_API_KEY as an environment variable.
Using the panel
Invoke the skill explicitly if the agent doesn't reach for it on its own:
- "Run this by a mumo panel"
- "Get me a second opinion from mumo onβ¦"
- "Ask mumo aboutβ¦"
Try it first
Ask Claude Code or Cowork something the panel will want to engage with:
Postgres or MongoDB for our event store given 50k events/day, a Postgres-experienced team, and a 3-month runway? What would we regret 6 months in?
The first round returns each model's prose plus a cross-model claim map showing where the panel agrees and where it splits. You can stop there, or append_round with typed snippets (KEEP / EXPLORE / CHALLENGE / CORE / SHIFT) β moderator attention on what mattered and why.
See mumo.chat/install for setup and mumo.chat/docs/mcp for the tool reference. The canonical skill lives in skills/mumo/SKILL.md β that's what Claude Code loads.
Links
- Product β https://mumo.chat
- MCP reference β https://mumo.chat/docs/mcp
- REST API β https://mumo.chat/docs/api
- Cursor plugin β https://github.com/mumo-chat/mumo-cursor
- VS Code extension β https://github.com/mumo-chat/mumo-vscode
- Issues β https://github.com/mumo-chat/mumo-mcp/issues
License
MIT
