Skip to content
Cline

WardenPoint for Cline

io.github.wardenpoint/wardenpoint-mcp

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

client:Cline transport:stdio runtime:npm

Install WardenPoint in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "wardenpoint-mcp": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

WardenPoint in other clients