Skip to content
Claude Desktop

Pulse — heartbeat & status monitor for AI agents for Claude Desktop

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

Install Pulse — heartbeat & status monitor for AI agents in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "monitor": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pulse.notdown-app.workers.dev/mcp/{key}"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

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