RECOVER — Decide Safely After a Failed Machine Action for Gemini CLI
io.github.gsterlingpress/recover
Choose the safest next action after an API, MCP, or agent failure before retrying.
client:Gemini CLI
transport:streamable-http
tools:1
Install RECOVER — Decide Safely After a Failed Machine Action in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"recover": {
"httpUrl": "https://recover-api-production-bbba.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