Repose for Gemini CLI
io.github.vncntknl/repose
Uptime monitoring that doesn't cry wolf: manage monitors, read incidents, record deploys.
client:Gemini CLI
transport:streamable-http
Install Repose in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"repose": {
"httpUrl": "https://repose.sh/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs