Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp all in other clients