Configuration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"pagerduty": {
"command": "npx",
"args": [
"-y",
"pagerduty-mcp"
],
"env": {
"PAGERDUTY_API_KEY": "<your-pagerduty-api-key>"
}
}
}
}