MCPFax Agent Continuity for Gemini CLI
com.mcpscores/agent-continuity
Resume the work, not the conversation. A checkpoint by one model is resumable by another.
client:Gemini CLI
transport:streamable-http
tools:33
Install MCPFax Agent Continuity in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"agent-continuity": {
"httpUrl": "https://mcpfax-continuity.bowling-anthony.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs