WardenPoint for Windsurf
io.github.wardenpoint/wardenpoint-mcp
Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
client:Windsurf
transport:stdio
runtime:npm
Install WardenPoint in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs