Back to Browse

Pagerduty MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

PagerDuty User API Token - obtain from User Settings > API Access in your PagerDuty accountOptional

Environment variable: PAGERDUTY_USER_API_KEY

PagerDuty API host URL (default: https://api.pagerduty.com, EU: https://api.eu.pagerduty.com)Optional

Environment variable: PAGERDUTY_API_HOST

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-pagerduty-pagerduty-mcp": {
      "env": {
        "PAGERDUTY_API_HOST": "your-pagerduty-api-host-here",
        "PAGERDUTY_USER_API_KEY": "your-pagerduty-user-api-key-here"
      },
      "args": [
        "pagerduty-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

PagerDuty's official MCP Server

PagerDuty's local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account, allowing you to manage incidents, services, schedules, event orchestrations, and more directly from your MCP-enabled client.

Quick start

You need uv and a PagerDuty User API Token — see Prerequisites and Authentication.

PAGERDUTY_USER_API_KEY="your-token" uvx pagerduty-mcp

By default only read-only tools are exposed. Add --enable-write-tools to allow tools that modify your PagerDuty account. Then point your MCP client at the server — Cursor, VS Code, Claude Desktop, or Docker.

Prefer no local install? PagerDuty hosts a Remote MCP Server with OAuth support.

Contents

The full documentation lives in docs/ and is readable directly on GitHub.

Getting Started

Installation

Remote Server

Configuration

Tools Reference

Use Cases

Experimental

Community

Contributing

Support

PagerDuty's MCP server is an open-source project, and as such, we offer only community-based support. If assistance is required, please open an issue in GitHub or PagerDuty's community forum.

Contributing

If you are interested in contributing to this project, please refer to our Contributing Guidelines and the development setup guide.

Reviews

No reviews yet

Be the first to review this server!