Skip to content
Grok

WardenPoint for Grok

io.github.wardenpoint/wardenpoint-mcp

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

client:Grok transport:stdio runtime:npm

Install WardenPoint in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

WardenPoint in other clients