
PagerDuty MCP
Operate on-call and incidents from your agent—list services, incidents, and PagerDuty objects without leaving the coding session.
Overview
PagerDuty MCP is a MCP server for the Operate phase that lets AI agents call PagerDuty’s API for incident and on-call operations over stdio.
What is this MCP server?
- PagerDuty MCP v0.1.0 with stdio transport from Servosity msp-skills.
- Single PAGERDUTY_API_KEY environment variable for authentication.
- Lets agents drive routine PagerDuty operations instead of context-switching to the web UI.
- Distributed as mcpb with release-pinned fileSha256.
- Focused integration for builders who already paginate production alerts through PagerDuty.
- Version 0.1.0 with stdio transport
- One required secret: PAGERDUTY_API_KEY
- mcpb registry package with pinned fileSha256 on release
Community signal: 1 GitHub stars.
What problem does it solve?
Jumping between your editor and PagerDuty slows incident response when your agent could fetch status or take allowed API actions for you.
Who is it for?
Solo builders and small teams on PagerDuty who want MCP-native incident and service operations from Claude Code or Cursor.
Skip if: Teams without PagerDuty, or organizations that need full incident command workflows outside API-permitted actions.
What do I get? / Deliverables
With the API key configured, your agent can operate PagerDuty through MCP tools while you stay in the same debugging or deploy session.
- MCP tool surface for PagerDuty API operations from your agent
- Stdio-based server package ready for agent MCP config
- Credential-driven setup documented via server environmentVariables
Recommended MCP Servers
Journey fit
How it compares
PagerDuty API MCP adapter—not an on-call schedule designer or replacement for PagerDuty’s official mobile app.
Common Questions / FAQ
Who is PagerDuty MCP for?
It is for developers who use PagerDuty for production paging and want their MCP agent to perform supported API operations during incidents.
When should I use PagerDuty MCP?
Use it in operate-phase incident and error workflows when you need quick PagerDuty reads or changes without leaving your agent session.
How do I add PagerDuty MCP to my agent?
Download pagerduty-mcp.mcpb v0.1.0, set PAGERDUTY_API_KEY, and add the stdio MCP server entry in your agent configuration.