McpMux
Back to Registry

PagerDuty (uvx) MCP Server

Community

Contributed by PagerDuty

Manage PagerDuty incidents, services, on-call schedules, and users. List open incidents, acknowledge, resolve, and trigger new ones.

About the PagerDuty (uvx) MCP Server

The PagerDuty (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage PagerDuty incidents, services, on-call schedules, and users. List open incidents, acknowledge, resolve, and trigger new ones. This is a community-contributed MCP server by PagerDuty.

Install the PagerDuty (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "pagerduty-mcp"
  ],
  "env": {
    "PAGERDUTY_USER_API_KEY": "${input:PAGERDUTY_USER_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "PAGERDUTY_USER_API_KEY",
        "label": "PagerDuty User API Key",
        "description": "User-level REST API key for PagerDuty.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "u+xxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://support.pagerduty.com/main/docs/api-access-keys#generate-a-user-token-rest-api-key",
          "instructions": "1. Log in to PagerDuty\n2. Navigate to My Profile > User Settings\n3. Under API Access, click 'Create API User Token'\n4. Copy the generated key",
          "button_label": "Get API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

pagerdutyincidentson-callalertingmonitoring

Supported AI Clients

The PagerDuty (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install PagerDuty (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.