mumo for Gemini CLI
chat.mumo/mcp
Multi-model deliberation over MCP: full responses plus typed cross-model reactions from other labs.
client:Gemini CLI
transport:streamable-http
tools:8
Install mumo in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"httpUrl": "https://mumo.chat/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs