Pagerduty MCP

PagerDuty's local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account, allowing you to manage incidents, services, schedules, event orchestrations, and more directly from your MCP-enabled client.

People who work with Pagerduty and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

NO LONGER MAINTAINED

LAST COMMIT 2026-09-04 · ★ 78 · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Pagerduty MCP

before you install - you'll need

Set PAGERDUTY_USER_API_KEY before connecting.

Claude Code

claude mcp add pagerduty-pagerduty-mcp-server -- uvx pagerduty-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pagerduty-pagerduty-mcp-server": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository archived on GitHub - read-only; no future fixes, security or otherwise

license Apache-2.0 - declared in the repository

pypi package pagerduty-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.PagerDuty is GitHub-verified and matches the repo owner

03 · Who maintains Pagerduty MCP

pagerduty-mcp is maintained by pagerduty. It's the only MCP server we track from this author; the repo dates to Jun 2025.

04 · Facts

category
other - dead as of 2026-09-18.
registry
io.github.PagerDuty/pagerduty-mcp (active, first published 2025-10-02)
packages
pypi:pagerduty-mcp

05 · Pagerduty MCP FAQ

What is Pagerduty MCP?

PagerDuty's local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account, allowing you to manage incidents, services, schedules, event orchestrations, and more directly from your MCP-enabled client.

Is Pagerduty MCP still maintained?

Its last commit was 2026-09-04 (as of 2026-09-18) - we classify it as dead.

How do I install Pagerduty MCP?

Run `uvx pagerduty-mcp`. The README documents one environment variable (PAGERDUTY_USER_API_KEY) to set first. Set PAGERDUTY_USER_API_KEY before connecting. You can also paste the ready-made client config above.

Does Pagerduty MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Pagerduty MCP