UptimeProbe for Gemini CLI
io.github.therealmrfunguy/uptime-probe
HTTP health checks, SSL expiry monitoring, TCP port scanning, and batch URL testing.
client:Gemini CLI
transport:sse
Install UptimeProbe in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"uptime-probe": {
"url": "https://uptime.rjctdlabs.xyz/sse"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs