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
Basic information
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
More AI & Agents MCP servers
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
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
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Comments