Skip to content
Cursor

WardenPoint for Cursor

io.github.wardenpoint/wardenpoint-mcp

Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.

client:Cursor transport:stdio runtime:npm

Install WardenPoint in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wardenpoint-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "env": {
        "WARDENPOINT_BASE_URL": "<WARDENPOINT_BASE_URL>",
        "WARDENPOINT_API_TOKEN": "<WARDENPOINT_API_TOKEN>",
        "WARDENPOINT_TIMEOUT_MS": "<WARDENPOINT_TIMEOUT_MS>",
        "WARDENPOINT_ALLOW_INSECURE_TLS": "<WARDENPOINT_ALLOW_INSECURE_TLS>"
      }
    }
  }
}

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

WardenPoint in other clients