MCP server

PagerDuty

MCP

Official PagerDuty MCP. Incidents and on-call.

PagerDuty’s own server. List incidents, on-call, and escalate without a second console.

latest·Apache-2.0·Updated this quarter·github.com/PagerDuty/pagerduty-mcp-server·Transport: stdio

Claude CodeCursorVS CodeDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "pagerduty": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp"
      ],
      "env": {
        "PAGERDUTY_API_KEY": "…"
      }
    }
  }
}

By PagerDuty

Spec

What the server actually exposes.

  • list_incidents

    read

    Open incidents in the account.

  • get_oncall

    read

    Who is on-call for a schedule.

  • manage_incident

    write

    Ack or escalate after you confirm.

Guardrails

  • Credentials stay in env
  • Read-first unless a write tool is called
  • Official package, not a wrapper

pagerduty-mcp.mcp/tools

Tools

  • list_incidents

    Open incidents in the account.

    read
  • get_oncall

    Who is on-call for a schedule.

    read
  • manage_incident

    Ack or escalate after you confirm.

    write

Last call

{ "ok": true,
  "tool": "list_incidents",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.