Threadkeep — Agent Checkpoints for Gemini CLI
app.vercel.interesting-concepts-ventures/threadkeep
Agent checkpoints. Resume after context resets and handoffs with retry-safe, versioned saves.
client:Gemini CLI
transport:streamable-http
tools:3
Install Threadkeep — Agent Checkpoints in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"threadkeep": {
"httpUrl": "https://interesting-concepts-ventures.vercel.app/api/threadkeep-mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs