PagerDuty (uvx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The PagerDuty (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Grafana (Docker)
Search dashboards, query Prometheus and Loki datasources, manage alerts, and investigate incidents on any Grafana instance (self-hosted or Grafana Cloud) via Docker.
Sentry (Local)
Query and manage Sentry issues, errors, performance data, and project settings locally via npx. Supports AI-powered search with your own LLM API key.
Sentry (Remote)
Query and manage Sentry issues, errors, performance data, and project settings through Sentry's hosted remote MCP server. No local setup required.
Sentry (Self-Hosted)
Query and manage issues, errors, and performance data on your self-hosted Sentry instance. Runs locally via npx with a custom Sentry host.
Axiom (npx)
Query and manage Axiom datasets for log analysis and observability. Execute APL queries, list datasets, and ingest events.
Cloudflare Observability
Query Workers logs, analyze invocation metrics, and debug errors across your Cloudflare Workers through Cloudflare's official Observability MCP server with OAuth.
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.