io.github.PagerDuty/pagerduty-mcp MCP Server
io.github.PagerDuty/pagerduty-mcp
What is the io.github.PagerDuty/pagerduty-mcp MCP server?
PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.
How to install io.github.PagerDuty/pagerduty-mcp
Copy-paste configuration for popular MCP clients.
PAGERDUTY_USER_API_KEYPagerDuty User API Token - obtain from User Settings > API Access in your PagerDuty account
PAGERDUTY_API_HOSTPagerDuty API host URL (default: https://api.pagerduty.com, EU: https://api.eu.pagerduty.com)
{
"mcpServers": {
"pagerduty-mcp": {
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "<YOUR_PAGERDUTY_USER_API_KEY>",
"PAGERDUTY_API_HOST": "<YOUR_PAGERDUTY_API_HOST>"
}
}
}
}{
"mcpServers": {
"pagerduty-mcp": {
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "<YOUR_PAGERDUTY_USER_API_KEY>",
"PAGERDUTY_API_HOST": "<YOUR_PAGERDUTY_API_HOST>"
}
}
}
}{
"mcpServers": {
"pagerduty-mcp": {
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "<YOUR_PAGERDUTY_USER_API_KEY>",
"PAGERDUTY_API_HOST": "<YOUR_PAGERDUTY_API_HOST>"
}
}
}
}{
"servers": {
"pagerduty-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pagerduty-mcp",
"--enable-write-tools"
],
"env": {
"PAGERDUTY_USER_API_KEY": "<YOUR_PAGERDUTY_USER_API_KEY>",
"PAGERDUTY_API_HOST": "<YOUR_PAGERDUTY_API_HOST>"
}
}
}
}claude mcp add pagerduty-mcp --env PAGERDUTY_USER_API_KEY=<YOUR_PAGERDUTY_USER_API_KEY> --env PAGERDUTY_API_HOST=<YOUR_PAGERDUTY_API_HOST> -- uvx pagerduty-mcp --enable-write-toolsRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.