cron pilot for Gemini CLI
io.github.therealmrfunguy/cron-pilot
Scheduled HTTP requests and shell commands with retries, timeouts, and webhook alerts.
client:Gemini CLI
transport:sse
Install cron pilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cron-pilot": {
"url": "https://cron.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