mcpbeat Sign in

WardenPoint MCP Server

by wardenpoint Your server? Claim it
local only

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.

Installs per day peak 18 · avg 7 · +72% w/w
a month agotoday
39
Installs / week
npm · @wardenpoint/mcp-server
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add wardenpoint-mcp -- npx -y @wardenpoint/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wardenpoint-mcp": {
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wardenpoint-mcp]
command = "npx"
args = ["-y", "@wardenpoint/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "wardenpoint-mcp": {
      "args": [
        "-y",
        "@wardenpoint/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "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.

Alternatives to WardenPoint

same job, measured the same way
Pagerduty
by mcparmory

Manage incidents, on-call schedules, escalation policies, and alert notifications

226 installs/wk local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only
N
Befall
by befall

Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.

80 installs/wk local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by rootly

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

1 424 installs/wk answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
CastHub
by cast-hub

Control CastHub digital signage. Manage TVs, presentations, schedules, and emergency alerts.

35 installs/wk local only

WardenPoint — questions

Answers built from our own checks of this server.

Why is there no uptime for WardenPoint?
WardenPoint runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wardenpoint/mcp-server was installed 39 times last week.
How do I connect WardenPoint?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wardenpoint/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use WardenPoint?
The npm package @wardenpoint/mcp-server was installed 39 times in the last week. Week over week that is +72%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WardenPoint open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.