
Pagerduty
Connect your agent to PagerDuty so you can triage incidents, check on-call rotations, and adjust escalations from the terminal during live ops.
Overview
com.mcparmory/pagerduty is an MCP server for the Operate phase that manages PagerDuty incidents, on-call schedules, escalation policies, and alert notifications.
What is this MCP server?
- stdio MCP server version 1.0.2 from mcparmory with PyPI and Docker package options
- Manage incidents and notification flow from agent-driven workflows
- Inspect and reason about on-call schedules without opening the PagerDuty UI
- Work with escalation policies as code-adjacent ops tasks
- Alert notification context available to the model during incident triage
- 2 package registries: PyPI and OCI Docker
- Transport: stdio
Community signal: 25 GitHub stars.
What problem does it solve?
When production breaks, you bounce between your editor and PagerDuty to see who is on call, what escalations apply, and how to move incidents forward.
Who is it for?
Solo builders or micro-teams using PagerDuty who want faster incident triage and schedule checks from MCP-enabled agents.
Skip if: Projects with no PagerDuty account or builders who only need local log tailing without a paging vendor.
What do I get? / Deliverables
After install, your agent can pull and act on PagerDuty incident and scheduling context in the same session where you fix the code.
- Agent tools to query and manage PagerDuty incidents
- On-call and escalation policy context inside the coding session
- Streamlined alert-driven ops workflows without constant UI context switching
Recommended MCP Servers
Journey fit
Operate is the canonical phase because PagerDuty is used after launch when production alerts, paging, and escalation policies matter—not during initial idea or validate work. Monitoring fits best because the server focuses on incident lifecycle, on-call schedules, escalation policies, and alert notifications—core observability and response wiring.
How it compares
PagerDuty ops MCP integration, not an application error-tracking SDK or a deployment skill.
Common Questions / FAQ
Who is com.mcparmory/pagerduty for?
It is for operators and indie founders on PagerDuty who want agents to help with incidents, on-call, and escalations over MCP.
When should I use com.mcparmory/pagerduty?
Use it in Operate when you are responding to alerts, auditing who is on call, or updating escalation policies during or after incidents.
How do I add com.mcparmory/pagerduty to my agent?
Configure stdio MCP with uvx mcparmory-pagerduty or the ghcr.io/mcparmory/pagerduty image and provide your PagerDuty API credentials in the client environment.