Loading MCP server directory, please wait...
Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
npx @getmcp/cli add io.github.WardenPoint/wardenpoint-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WARDENPOINT_BASE_URLOrigin of your WardenPoint installation, without a trailing slash and without /api/v1 — e.g. https://wardenpoint.com. The server reads the API description from it at startup, so the tools always match the version you actually run.
WARDENPOINT_API_TOKENA company API key from Dashboard → Integrations → API keys. Abilities are chosen when you issue it; read-only is a good place to start. Not needed for --list-tools.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WardenPoint/wardenpoint-mcp": {
"command": "npx",
"args": [
"-y",
"@wardenpoint/mcp-server"
],
"env": {
"WARDENPOINT_BASE_URL": "",
"WARDENPOINT_API_TOKEN": "",
"WARDENPOINT_TIMEOUT_MS": "",
"WARDENPOINT_ALLOW_INSECURE_TLS": ""
}
}
}
}