PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-pagerduty-pagerduty-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
PagerDuty's local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account, allowing you to manage incidents, services, schedules, event orchestrations, and more directly from your MCP-enabled client.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP server for ZenML - browse stacks, pipelines, runs, artifacts & trigger pipeline runs via API
Governed MCP workflows with policy validation, findings tracking, and review gates.
MCP Security Weekly
Get CVE alerts and security updates for io.github.PagerDuty/pagerduty-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
PagerDuty's local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account, allowing you to manage incidents, services, schedules, event orchestrations, and more directly from your MCP-enabled client.
Interactive React UIs for PagerDuty incident management, embedded directly in the Python MCP server for seamless IDE integration. Manage your full incident lifecycle without leaving your IDE.
Available Apps:
Full incident lifecycle management from your IDE:
Usage in VS Code: Ask Claude: Show me the incident command center
Schedule management with override CRUD and coverage wizards:
Usage in VS Code: Ask Claude: Show me the on-call manager
Per-user on-call metrics with compliance tracking:
Usage in VS Code: Ask Claude: Show me the oncall compensation report
Interactive graph of service relationships and dependencies:
Usage in VS Code: Ask Claude: Show me the service dependency graph
Step-by-step PagerDuty account setup:
Usage in VS Code: Ask Claude: Open the onboarding wizard
Architecture:
uv run pagerduty-mcpasdf-vm installed.
uv installed globally.
A PagerDuty User API Token. To obtain a PagerDuty User API Token, follow these steps:
For Freemium accounts, the permissions for generating User API tokens are limited to the user role as defined here.
Use of the PagerDuty User API Token is subject to the PagerDuty Developer Agreement.
You can configure this MCP server directly within Cursor's settings.json file, by following these steps:
Open Cursor settings (Cursor Settings > Tools > Add MCP, or Cmd+, on Mac, or Ctrl+, on Windows/Linux).
Add the following configuration:
{
"mcpServers": {
"pagerduty-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
// This flag enables write operations on the MCP Server