PagerDuty incident management — create, update, and resolve incidents, manage on-call schedules
PAGERDUTY_API_KEYnpx @getmcp/cli add pagerdutyConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pagerduty": {
"command": "npx",
"args": [
"-y",
"mcp-pagerduty"
],
"env": {
"PAGERDUTY_API_KEY": ""
}
}
}
}