PagerDuty MCP Server
@wpfleger96
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"pagerduty-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「AI とエージェント」の他のコンテンツ
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント