Skip to content
Gemini CLI

Agent Handoff for Gemini CLI

io.github.jordan23wagner-ops/agent-handoff

Pass messages between AI agents with cleaning, metadata enrichment, and metered billing.

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

Install Agent Handoff in Gemini CLI

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

{
  "mcpServers": {
    "agent-handoff": {
      "httpUrl": "https://agent-handoff-production-573c.up.railway.app/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

Agent Handoff in other clients