pagerduty-mcp-server
Verified Safeby 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
uvx pagerduty-mcp --enable-write-toolsEnvironment 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
mcp-atlassian
Provides an MCP server for integrating with Atlassian Jira and Confluence, enabling an agent to interact with these services for tasks like searching, creating, updating, and managing content and issues.
plane-mcp-server
The Plane MCP Server provides a programmatic interface for AI agents and developer tools to interact with a Plane workspace, enabling project management, issue tracking, and automation.
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
Rootly-MCP-server
Integrate Rootly incident management API capabilities with AI agents and MCP-compatible editors to streamline incident resolution.