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. Its 40 documented tools cover incident, event, alert, orchestration.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-15 · ★ 77 · #19 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

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

01 · Install Pagerduty MCP

before you install - you'll need

Set PAGERDUTY_USER_API_KEY, PAGERDUTY_API_HOST, MCP_HOST, MCP_PORT 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

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 · What Pagerduty MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new alert grouping setting, delete an alert grouping setting, retrieve a specific alert grouping setting, and list alert grouping settings with filtering.

Capability map

Tools grouped from the project's README - what Pagerduty MCP lets an agent do.

Incident

10 tools - e.g. Retrieves aggregated incident metrics across all services; Retrieves incident metrics grouped by service; Retrieves incident metrics grouped by team

get_incident_metrics_all · get_incident_metrics_by_service · get_incident_metrics_by_team · list_incident_change_events · add_note_to_incident · create_incident…

Event

7 tools - e.g. Retrieves a specific event orchestration; Gets the global orchestration configuration for an event orchestration; Gets the router configuration for an event orchestration

get_event_orchestration · get_event_orchestration_global · get_event_orchestration_router · get_event_orchestration_service · list_event_orchestrations · update_event_orchestration_router…

Alert

6 tools - e.g. Creates a new alert grouping setting; Deletes an alert grouping setting; Retrieves a specific alert grouping setting

create_alert_grouping_setting · delete_alert_grouping_setting · get_alert_grouping_setting · list_alert_grouping_settings · update_alert_grouping_setting · get_alert_from_incident

read & search

4 tools - e.g. Retrieves technical service dependencies for a business service; Retrieves past incidents related to a specific incident; Retrieves related incidents for a specific incident

get_technical_service_dependencies · get_past_incidents · get_related_incidents · list_incidents

Escalation

4 tools - e.g. Creates a new escalation policy; Retrieves a specific escalation policy; Lists escalation policies

create_escalation_policy · get_escalation_policy · list_escalation_policies · update_escalation_policy

Change

3 tools - e.g. Retrieves a specific change event; Lists change events with optional filtering; Lists change events for a specific service

get_change_event · list_change_events · list_service_change_events

Responder

2 tools - e.g. Retrieves responder load metrics; Retrieves responder performance metrics

get_responder_load_metrics · get_responder_metrics

Business

2 tools - e.g. Retrieves dependencies for a specific business service; Lists business services

get_business_service_dependencies · list_business_services

04 · 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.

05 · Facts

category
other - ranked #19 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.PagerDuty/pagerduty-mcp (active, first published 2025-10-02)
packages
pypi:pagerduty-mcp

06 · Pagerduty MCP FAQ

Is Pagerduty MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-15. We re-verify nightly.

What can Pagerduty MCP do?

With this server connected, an agent can create a new alert grouping setting, delete an alert grouping setting, retrieve a specific alert grouping setting, and list alert grouping settings with filtering.

How do I install Pagerduty MCP?

Run `uvx pagerduty-mcp`. The README documents 4 environment variables (PAGERDUTY_USER_API_KEY, PAGERDUTY_API_HOST, MCP_HOST…) to set first. Set PAGERDUTY_USER_API_KEY, PAGERDUTY_API_HOST, MCP_HOST, MCP_PORT 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.

07 · Alternatives to Pagerduty MCP

More MCP servers to compare · Pforge · Pmcp · Me · Omen · PandaDoc MCP Server

More Python MCP servers · Datawrapper · Parseur · Odoo MCP Gateway · Fitbit MCP · Monzo MCP · see all