Skip to content
Gemini CLI

toolroute for Gemini CLI

io.github.grossiweb/toolroute

Route AI agent tasks to the best MCP server and LLM, scored on 132+ real benchmark executions.

client:Gemini CLI transport:stdio runtime:npm

Install toolroute in Gemini CLI

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

{
  "mcpServers": {
    "toolroute": {
      "command": "npx",
      "args": [
        "-y",
        "@toolroute/sdk"
      ]
    }
  }
}

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

toolroute in other clients