Skip to content
Gemini CLI

McpHub for Gemini CLI

io.github.john0king/mcphub

MCP bridge that folds multiple MCP servers' capabilities into a few fixed tools for AI tools.

client:Gemini CLI transport:stdio runtime:nuget

Install McpHub in Gemini CLI

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

{
  "mcpServers": {
    "mcphub": {
      "command": "dnx",
      "args": [
        "McpHub",
        "--yes"
      ]
    }
  }
}

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

McpHub in other clients