Skip to content
Cursor

cronalert for Cursor

io.github.jaredhobbs/cronalert

Manage CronAlert uptime monitors, check results, and incidents from any MCP client.

client:Cursor transport:stdio runtime:npm

Install cronalert in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "cronalert": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cronalert-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cronalert in other clients