PagerDuty MCP Server
@wpfleger96
About PagerDuty MCP Server
MCP server exposing PagerDuty incidents, services, schedules, and on-calls to AI agents — read, acknowledge, resolve, with OAuth and API key auth
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pagerduty-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is PagerDuty MCP Server?
It is a server that exposes PagerDuty API functionality to LLMs, designed for programmatic use with structured inputs and outputs. It allows LLMs to perform operations on PagerDuty resources such as incidents, services, teams, and users.
How to use PagerDuty MCP Server?
Install via uvx pagerduty-mcp-server and configure authentication using a PagerDuty API token, OAuth 2.0 PKCE, or the X-PagerDuty-Token HTTP header. Use with Claude/Cursor by adding the MCP configuration, or run as a standalone server with uv run pagerduty-mcp-server.
Key features of PagerDuty MCP Server
- Exposes PagerDuty API tools for LLMs
- Read and write operations on incidents, services, teams, users
- Optional
includeparameter to reduce token usage - Consistent response format with metadata and optional error
- Automatic pagination and rate limit handling
- Supports API token, OAuth, and per-request token authentication
Use cases of PagerDuty MCP Server
- Query and manage incidents assigned to you
- Check upcoming on-call schedules for your team
- Retrieve details about services, teams, and users
- Acknowledge or resolve incidents and add notes
- Filter results by user context to reduce irrelevant data
FAQ from PagerDuty MCP Server
What authentication methods are supported?
Three methods: the X-PagerDuty-Token HTTP header (per-request), the PAGERDUTY_API_TOKEN environment variable, and OAuth 2.0 PKCE for local interactive use. OAuth is opt-in and requires a client ID.
How does the include parameter work?
Most read tools accept an optional include parameter – a list of field names to return. When specified, only those fields are included in each response object, reducing token usage.
What is the response format for errors?
When an error occurs, the response includes an error object with message and code fields. The error object is only present on errors; otherwise, responses contain metadata and a resource list.
What are
Frequently asked questions
What authentication methods are supported?
Three methods: the `X-PagerDuty-Token` HTTP header (per-request), the `PAGERDUTY_API_TOKEN` environment variable, and OAuth 2.0 PKCE for local interactive use. OAuth is opt-in and requires a client ID.
How does the `include` parameter work?
Most read tools accept an optional `include` parameter – a list of field names to return. When specified, only those fields are included in each response object, reducing token usage.
What is the response format for errors?
When an error occurs, the response includes an `error` object with `message` and `code` fields. The error object is only present on errors; otherwise, responses contain metadata and a resource list.
Basic information
More AI & Agents MCP servers
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic

Competitor Tracker & Co.
Competitor Tracker & Co.Competitor Tracker & Co. watches your competitors' websites and tells you what changed. Every week it crawls their pricing, product, messaging and corporate pages, detects the changes that matter, and files a tagged, ran
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments