Skip to content
Gemini CLI

Pulse — heartbeat & status monitor for AI agents for Gemini CLI

dev.workers.notdown-app.pulse/monitor

Your agent pings once per run; get a public up/late/down status page. Auto-creates checks. One call.

client:Gemini CLI transport:streamable-http

Install Pulse — heartbeat & status monitor for AI agents in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "monitor": {
      "httpUrl": "https://pulse.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Pulse — heartbeat & status monitor for AI agents in other clients