mcp_pagerduty

naveen09/mcp_pagerduty

3.1

If you are the rightful owner of mcp_pagerduty and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This Model Context Protocol (MCP) server integrates with PagerDuty to provide on-call information and can be integrated with Claude for enhanced functionality.

Model Context Protocol - with PagerDuty

This is an MCP server has integration with PagerDuty. The integration supports basic queries like

"who is oncall for NASA team right now ?"

The server can be happily integrated with Claude. With few simpel steps

Integration with PD

You should update the token, just run

export PAGERDUTY_API_KEY=your_api_key_here

Integration with Claude

First, make sure you have Claude for Desktop installed. You can install the latest version here.

We’ll need to configure Claude for Desktop for whichever MCP servers you want to use. To do this, open your Claude for Desktop App configuration at

~/Library/Application Support/Claude/claude_desktop_config.json

in a text editor. Make sure to create the file if it doesn’t exist. Refer here for more. Updated the config with below entry

{
    "mcpServers": {
        "weather": {
            "command": "uv",
            "args": [
                "--directory",
                "/ABSOLUTE/PATH/TO/PARENT/FOLDER/server/pagerduty",
                "run",
                "pagerduty.py"
            ]
        }
    }
}

You may need to put the full path to the uv executable in the command field. You can get this by running which uv on MacOS/Linux

Configuration Testing

At the end, once you've configured Claude. Select the tools button, to verify 3 MCP tools are available.

  • The prompt should show something as below:

Demo