Watchgoose for Gemini CLI
io.github.bartekrutkowski/watchgoose-mcp
Monitor cron jobs and recurring work through a project-scoped Watchgoose connection.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install Watchgoose in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"watchgoose-mcp": {
"httpUrl": "https://mcp.watchgoose.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs