Skip to content
Gemini CLI

Vox MCP for Gemini CLI

io.github.linxule/vox-mcp

Multi-model AI gateway — 8 providers plus local models, no system prompt injection.

client:Gemini CLI transport:stdio runtime:pypi

Install Vox MCP 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": {
    "vox-mcp": {
      "command": "uvx",
      "args": [
        "vox-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>",
        "DEEPSEEK_API_KEY": "<DEEPSEEK_API_KEY>",
        "MOONSHOT_API_KEY": "<MOONSHOT_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "CUSTOM_API_URL": "<CUSTOM_API_URL>"
      }
    }
  }
}

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

Vox MCP in other clients