Back to Home
PagerDuty icon

pagerduty-mcp-server

Verified Safe

by PagerDuty

Overview

The PagerDuty MCP Server allows MCP-enabled clients (like AI agents) to interact with a PagerDuty account to manage incidents, services, schedules, event orchestrations, and other PagerDuty resources.

Installation

Run Command
docker build -t pagerduty-mcp:latest . && docker run -i --rm -e PAGERDUTY_USER_API_KEY="your-pagerduty-api-key" pagerduty-mcp:latest --enable-write-tools

Environment Variables

  • PAGERDUTY_USER_API_KEY
  • PAGERDUTY_API_HOST

Security Notes

The server primarily relies on a PagerDuty User API Token, which is passed via environment variables (PAGERDUTY_USER_API_KEY, PAGERDUTY_API_HOST) and is not hardcoded. The default mode is read-only, requiring an explicit '--enable-write-tools' flag for any destructive operations, which is a good security practice. No direct use of 'eval' or other highly dangerous functions was found. It uses standard PagerDuty API calls.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassHigh
Avg Tokens1000
Stars40
Forks22
Last Update2026-01-14

Tags

Incident ManagementPagerDutyAutomationDevOpsMonitoring