MCP server

PagerDuty
MCPOfficial 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
readOpen incidents in the account.
get_oncall
readWho is on-call for a schedule.
manage_incident
writeAck 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
- read
list_incidents
Open incidents in the account.
- read
get_oncall
Who is on-call for a schedule.
- write
manage_incident
Ack or escalate after you confirm.
Last call
{ "ok": true,
"tool": "list_incidents",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
