Back to Home
PagerDuty icon

pagerduty-mcp-server

Verified Safe

by PagerDuty

Overview

Provides tools to interact with the PagerDuty API, allowing MCP-enabled AI clients/agents to manage incidents, services, schedules, and event orchestrations.

Installation

Run Command
uvx pagerduty-mcp --enable-write-tools

Environment Variables

  • PAGERDUTY_USER_API_KEY
  • PAGERDUTY_API_HOST

Security Notes

Secrets (PAGERDUTY_USER_API_KEY, PAGERDUTY_API_HOST) are loaded from environment variables, which is a good practice. Write operations are explicitly disabled by default and require a `--enable-write-tools` flag for activation, significantly reducing the risk of accidental destructive actions. The server acts as a wrapper for the PagerDuty API; therefore, the primary security consideration is the scope of permissions granted to the PagerDuty User API Token by the user. No direct 'eval' or command injection vulnerabilities observed.

Similar Servers

Stats

Interest Score45
Security Score9
Cost ClassMedium
Avg Tokens300
Stars38
Forks22
Last Update2025-12-10

Tags

PagerDutyMCPIncident ManagementAPI IntegrationAutomationAI Agent