Skip to content
Gemini CLI

Agent Router for Gemini CLI

io.github.tim-projekt/agent-router

Discover and call AI agents via MCP. Supports A2A agents and platform agents with async tasks.

client:Gemini CLI transport:streamable-http tools:25

Install Agent Router in Gemini CLI

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

{
  "mcpServers": {
    "agent-router": {
      "httpUrl": "https://agent-router.org/mcp-http/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

All 25 tools →

Agent Router in other clients