Skip to content
Gemini CLI

mcp funnel for Gemini CLI

io.github.chris-schra/mcp-funnel

MCP proxy that aggregates multiple servers with tool filtering and customization

client:Gemini CLI transport:stdio runtime:npm

Install mcp funnel 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-funnel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<MCP_FUNNEL_CONFIG>"
      }
    }
  }
}

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

mcp funnel in other clients