Back to MCP ToolsInfrastructureOfficial
PagerDuty logo

PagerDuty

Official

Incident management tools

Provider:PagerDuty
Category:Infrastructure

Configuration

Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):

JSON Configuration
{
  "mcpServers": {
    "pagerduty": {
      "command": "npx",
      "args": [
        "-y",
        "pagerduty-mcp"
      ],
      "env": {
        "PAGERDUTY_API_KEY": "<your-pagerduty-api-key>"
      }
    }
  }
}