🚨
PagerDuty
Incident Response Security & OperationsInstall Command
npx clawhub@latest install pagerduty
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install PagerDuty to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm PagerDuty appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
View and manage alert incidents
Manage services and on-call schedules
Trigger and acknowledge incidents
Detailed Description
PagerDuty MCP Server integrates the incident management platform into AI, enabling you to query incident statuses, manage on-call schedules, and accelerate incident response workflows using natural language.
Core Features
- Incident Management: List, acknowledge, and resolve incidents, view incident details and timelines, filter by service, urgency, and status
- Service Monitoring: View all service statuses, check whether active incidents are affecting service health
- On-Call Query: View on-call schedules, check who is currently on call, and query future on-call arrangements
Configuration
{
"mcpServers": {
"pagerduty": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-pagerduty"],
"env": {
"PAGERDUTY_API_KEY": "Your PagerDuty API key"
}
}
}
}
Use Cases
- Quickly view incident details and impact scope when incidents occur
- Ask who is currently on call for quick contact with the responder
- Batch acknowledge or resolve low-priority alert incidents
- Analyze incident history trends to identify frequently alerting services