Skip to content
Zed

WardenPoint for Zed

io.github.wardenpoint/wardenpoint-mcp

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

client:Zed transport:stdio runtime:npm

Install WardenPoint in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

WardenPoint in other clients