mcp all for Gemini CLI
io.github.antonytm/mcp-all
A Model Context Protocol server to run other MCP servers
client:Gemini CLI
transport:stdio
runtime:npm
Install mcp all in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-all": {
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-all"
],
"env": {
"TRANSPORT": "<TRANSPORT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs