Observability
PagerDuty MCP
PagerDuty’s official pagerduty-mcp server (uvx) lets agents list and manage incidents, inspect services and schedules, and support on-call workflows with an API key.
Stars
73
Installs
15.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 73 · catalog
- Freshness: Updated 2026-06-01
- Used in 1 known stack
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: PAGERDUTY_API_KEY
Reference command
{
"mcpServers": {
"pagerduty-mcp": {
"command": "uvx",
"args": ["pagerduty-mcp"],
"env": {
"PAGERDUTY_API_KEY": "<YOUR_PAGERDUTY_API_KEY>"
}
}
}
}