Pager-Duty-MCP-Server

fiona-evans/Pager-Duty-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated today
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pager-duty-mcp-serve": {
      "command": "uvx",
      "args": [
        "pager-duty-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pager-duty-mcp-server

README Excerpt

A server that exposes PagerDuty API functionality to LLMs. This server is designed to be used programmatically, with structured inputs and outputs. <a href="https://glama.ai/mcp/servers/@wpfleger96/pagerduty-mcp-server"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@wpfleger96/pagerduty-mcp-server/badge" alt="PagerDuty Server MCP server" />