Pulse — heartbeat & status monitor for AI agents for Cursor
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:Cursor
transport:streamable-http
Install Pulse — heartbeat & status monitor for AI agents in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"monitor": {
"url": "https://pulse.notdown-app.workers.dev/mcp/{key}"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs