pagerduty-mcp-server

wpfleger96/pagerduty-mcp-server
★ 7 stars Python 🤖 AI/LLM Updated today
PagerDuty MCP Server for LLM Agent Integration
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pagerduty-mcp-server": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pagerduty-mcp-server