CuratedMCP
πŸ’»
Claude Code
Free

How to Install PagerDuty MCP in Claude Code

Official PagerDuty integration β€” automate incident response, on-call, and alerts with AI

What PagerDuty MCP does

The official PagerDuty MCP server gives AI agents access to incident response workflows. It can create incidents, manage alerts, and coordinate on-call schedules. Features: - Create and update incidents with urgency and priority - List on-call users and schedules - Manage escalation policies and teams - Query alert history and response timelines - Annotate incidents and add responder notes - Trigger incident actions from AI commands PagerDuty MCP is made for operations teams that want AI to keep incidents moving and responders aligned.

pagerduty
incident
oncall
alerts
ops

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "pagerdutyMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@pagerduty/mcp"
    ],
    "env": {
      "PAGERDUTY_API_TOKEN": "...",
      "PAGERDUTY_INTEGRATION_KEY": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain PagerDuty MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/pagerduty-mcp)](https://curatedmcp.com/marketplace/pagerduty-mcp)

Related servers