Skip to content
Grok

Pulse — heartbeat & status monitor for AI agents for Grok

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:Grok transport:streamable-http

Install Pulse — heartbeat & status monitor for AI agents in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "monitor": {
      "type": "http",
      "url": "https://pulse.notdown-app.workers.dev/mcp/{key}"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

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