handoff mcp server for Gemini CLI
io.github.josephibra/handoff-mcp-server
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
client:Gemini CLI
transport:streamable-http
Install handoff mcp server in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"handoff-mcp-server": {
"httpUrl": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs