---
title: "PagerDuty MCP Server for ToolPiper · ModelPiper"
description: "Read incidents, services, and on-call schedules from PagerDuty. PagerDuty's MCP server lets the assistant answer the questions you ask during an incident: what is firing, who is on call, which service owns it, and what t"
canonical: "https://modelpiper.com/mcp-tools/pagerduty"
---

# PagerDuty MCP Server for ToolPiper · ModelPiper

> Read incidents, services, and on-call schedules from PagerDuty. PagerDuty's MCP server lets the assistant answer the questions you ask during an incident: what is firing, who is on call, which service owns it, and what t

P

# PagerDuty MCP Server

✓ verified

Read incidents, services, and on-call schedules from PagerDuty.

Install PagerDuty in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/PagerDuty/pagerduty-mcp-server)

Publisher

[PagerDuty](https://github.com/PagerDuty/pagerduty-mcp-server)

License

Apache-2.0

Transport

Local subprocess

Tools

5

## What this server does

PagerDuty's MCP server lets the assistant answer the questions you ask during an incident: what is firing, who is on call, which service owns it, and what the recent history looks like. It is read-only by default, so it cannot acknowledge or resolve incidents unless you explicitly launch it with write tools enabled. Pair it with a Sentry or Grafana server and the model can correlate an alert with its underlying error and dashboards.

## Tools included

-   list\_incidents
    
    List incidents with optional status and service filters.
    
-   get\_incident
    
    Read details of a single incident.
    
-   list\_services
    
    List configured services.
    
-   list\_oncalls
    
    Show who is currently on call.
    
-   list\_schedules
    
    List on-call schedules.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install PagerDuty in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "pagerduty": {
      "command": "uvx",
      "args": [
        "pagerduty-mcp"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "What incidents are currently open and which services do they affect?"
    
    Copy
-   "Who is on call for the payments service right now?"
    
    Copy
-   "Summarize the incidents from the last 24 hours by service."
    
    Copy

## Security notes

The user API token can read everything your PagerDuty user can see, which includes incident details and contact info. It is read-only unless the server is started with --enable-write-tools, so by default an attacker with the token cannot change on-call or resolve incidents. Treat the token like a password and rotate it from User Settings if it leaks.

## Related tools

-   [
    
    G
    
    ### GitHub
    
    ✓ verified
    
    Create issues, manage pull requests, and search repositories from your AI assistant.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/github)
-   [
    
    G
    
    ### GitHub (Remote)
    
    ✓ verified MAX
    
    OAuth-protected GitHub MCP. Manage repos, issues, and pull requests with no token to copy.
    
    Developer ToolsRemote HTTP5 tools
    
    
    
    
    
    ](/mcp-tools/github-remote)
-   [
    
    G
    
    ### Git
    
    ✓ verified
    
    Read, search, and manipulate Git repositories on disk.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/git)
-   [
    
    E
    
    ### Everything
    
    ✓ verified
    
    Reference test server exercising every MCP feature.
    
    Developer ToolsLocal subprocess5 tools
    
    
    
    
    
    ](/mcp-tools/everything)

[← Back to all MCP tools](/mcp-tools)
