WardenPoint runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 14 Aug 2026.
Configure on-call alerting from an AI agent: recipients, groups, escalation policies, schedules.
Today is the operative word: we check WardenPoint every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wardenpoint-mcp -- npx -y @wardenpoint/mcp-server
{
"mcpServers": {
"wardenpoint-mcp": {
"args": [
"-y",
"@wardenpoint/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.wardenpoint-mcp]
command = "npx"
args = ["-y", "@wardenpoint/mcp-server"]
{
"mcpServers": {
"wardenpoint-mcp": {
"args": [
"-y",
"@wardenpoint/mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"wardenpoint-mcp": {
"args": [
"-y",
"@wardenpoint/mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
WARDENPOINT_BASE_URL (Origin 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_TOKEN (A 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.), WARDENPOINT_TIMEOUT_MS (Per-request timeout in milliseconds. Defaults to 30000.), WARDENPOINT_ALLOW_INSECURE_TLS (Set to 1 to skip certificate verification. Development stands only — never against production.).
The author declared them in the registry entry; get the values from the project itself.
Manage incidents, on-call schedules, escalation policies, and alert notifications
MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.
Incident management, on-call scheduling, and intelligent analysis powered by Rootly.
Persistent memory for AI agents — log and recall conversation context over MCP.
Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.
Answers built from our own checks of this server.