Loading languages...
PA

pagerduty-mcp

@PagerDuty15

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

incident management
on-call
alerts
devops

# mcpServer Config

{
  "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"
    }
  }
}

# stdio

uvx pagerduty-mcp --enable-write-tools
Transport:
stdio
언어:
Python
생성됨:6/6/2025
업데이트됨:7/30/2025
홈페이지: