About
Overview
The PagerDuty MCP Server enables AI agents to interact with PagerDuty for incident management. It provides tools for creating and acknowledging incidents, managing on-call schedules, listing services, and accessing incident timelines. Essential for automated incident response workflows.
Capabilities
Tools & Capabilities
⚡list_incidents
List current incidents
⚡create_incident
Create a new incident
⚡acknowledge_incident
Acknowledge an incident
⚡resolve_incident
Resolve an incident
⚡get_oncall
Get current on-call schedule
⚡list_services
List all PagerDuty services
Setup
Installation
bash
Install
npx -y mcp-server-pagerdutyExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"pagerduty": {
"command": "npx",
"args": ["-y", "mcp-server-pagerduty"],
"env": {
"PAGERDUTY_API_KEY": "your-api-key"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 55
Last UpdatedFeb 12, 2026