PagerDuty's official local MCP (Model Context Protocol) server providing tools to interact with your PagerDuty account directly from MCP-enabled clients (like Claude Desktop). Version 0.17.0; active development with frequent releases.
pip install pagerduty-mcpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize and run the MCP server with your PagerDuty API key.
Use Python 3.12. If you need a different Python version, consider using the official Docker image or an alternative MCP server.
Ensure your PagerDuty API token has the necessary scopes (e.g., incidents.read, incidents.write). Generate a new token with scoped permissions from the PagerDuty console.
Use this library as a stdio-based MCP server. Configure your MCP client to launch the server via command (e.g., `uv run pagerduty-mcp`).
Remove any `--transport` CLI argument. The server now uses stdio by default.
No dependency data recorded yet.
No resource links recorded.