io.github.PagerDuty/pagerduty-mcp✓
io.github.PagerDuty/pagerduty-mcp · v0.2.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.PagerDuty/pagerduty-mcp",
"description": "PagerDuty's official MCP server which provides tools to interact with your PagerDuty account.",
"repository": {
"url": "https://github.com/PagerDuty/pagerduty-mcp-server",
"source": "github"
},
"version": "0.2.1",
"packages": [
{
"registryType": "pypi",
"identifier": "pagerduty-mcp",
"version": "0.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "--enable-write-tools",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "PagerDuty User API Token - obtain from User Settings > API Access in your PagerDuty account",
"name": "PAGERDUTY_USER_API_KEY"
},
{
"description": "PagerDuty API host URL (default: https://api.pagerduty.com, EU: https://api.eu.pagerduty.com)",
"name": "PAGERDUTY_API_HOST"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}