Skip to content
Gemini CLI

Magg for Gemini CLI

io.github.sitbon/magg

Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.

client:Gemini CLI transport:stdio runtime:pypi

Install Magg in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "magg": {
      "command": "uvx",
      "args": [
        "magg"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Magg in other clients