pagerduty-wfa-mcp-server

mattlinebarger/pagerduty-wfa-mcp-server
★ 0 stars Python AI/LLM Updated today
Unofficial MCP server for PagerDuty Workflow Automation (formerly Catalytic). Lets Claude and other MCP clients list workflows, trigger runs, and check instance status. Not affiliated with or supported by PagerDuty.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pagerduty-wfa-mcp-se": {
      "command": "uvx",
      "args": [
        "pagerduty-wfa-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pagerduty-wfa-mcp-server