MCP profile
Github PagerDuty Pagerduty Mcp
PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
Developer ToolsPackagePythonOpen SourceExternal
Last updated
March 16, 2026
Visibility
Public
ByRegistry
About This 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.
Tools & Endpoints2
Specifications
Status
live
Industry
Developer Tools
Category
General
Server type
Package
Language
Python
License
Open Source
Verified
Yes
Requirements
- asdf-vm installed.
- uv installed globally.
- A PagerDuty User API Token.
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
1
Install
Install command
Python
docker run -i --rm \2
Configure
Configuration
json
{
"mcpServers": {
"pagerduty-mcp": {
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "your-pagerduty-api-key-here",
"PAGERDUTY_API_HOST": "https://api.pagerduty.com"
}
}
}
}Performance
Usage
Quick Reference
- Name
- Github PagerDuty Pagerduty Mcp
- Function
- PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
- Available Tools
- This section describes the tools provided by the PagerDuty MCP server. They are categorized based on whether they only read data or can modify data in your PagerDuty account., > Important: By default, the MCP server only exposes read-only tools. To enable tools that can modify your PagerDuty account (write-mode tools), you must explicitly start the server with the --enable-write-tools flag. This helps prevent accidental changes to your PagerDuty data.
- Transport
- Package
- Language
- Python
- Install
- docker run -i --rm \
- Source
- External (Registry)
- License
- Open Source
Get started
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.