Skip to content
VS Code

Pulse — heartbeat & status monitor for AI agents for VS Code

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

Install Pulse — heartbeat & status monitor for AI agents in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

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