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