Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"pagerduty": {
"command": "npx",
"args": [
"-y",
"@pagerduty/mcp-server"
],
"env": {
"PAGERDUTY_API_TOKEN": "${PAGERDUTY_API_TOKEN}"
}
}
}
}Replace placeholder values for: PAGERDUTY_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxPAGERDUTY_API_TOKEN=${PAGERDUTY_API_TOKEN}