Back to directory
pagerduty/pagerduty-mcp-server

pagerduty/pagerduty-mcp-server

@PagerDuty

PagerDuty's official local MCP server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.

event-managementincident-responsemonitoringalertsSaaSDevOpson-callcloud

Installation & Configuration

{
  "mcpServers": {
    "pagerduty-mcp": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp",
        "--enable-write-tools"
      ],
      "env": {
        "PAGERDUTY_USER_API_KEY": "your-pagerduty-api-key-here",
        "PAGERDUTY_API_HOST": "https://api.pagerduty.com"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12