Loading MCP server directory, please wait...
PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
npx @getmcp/cli add io.github.PagerDuty/pagerduty-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.PagerDuty/pagerduty-mcp": {
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "",
"PAGERDUTY_API_HOST": ""
}
}
}
}