Skip to content
Cursor

pagerduty mcp for Cursor

io.github.pagerduty/pagerduty-mcp

PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.

client:Cursor transport:stdio runtime:pypi

Install pagerduty mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pagerduty-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pagerduty-mcp"
      ],
      "env": {
        "PAGERDUTY_USER_API_KEY": "<PAGERDUTY_USER_API_KEY>",
        "PAGERDUTY_API_HOST": "<PAGERDUTY_API_HOST>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pagerduty mcp in other clients