Submit

Pega DX MCP

@MarcoLooy

This MCP Server transforms Pega Infinity™ interactions into intuitive, conversational experiences through the Model Context Protocol. By bridging Pega DX APIs with natural language interfaces, it enables GenAI Agents, IDEs, and other MCP-enabled tools to interact with Pega Infinity™ applications using simple, human-readable commands.

Tools

get_case

create_case

delete_case

get_case_view

get_case_stages

get_case_type_bulk_action

get_case_types

ping_pega_service

Server Config

{
  "mcpServers": {
    "pega-dx-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pega-enablement/pega-dx-mcp"
      ],
      "env": {
        "PEGA_BASE_URL": "https://your-pega-instance.com",
        "PEGA_CLIENT_ID": "your-client-id",
        "PEGA_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.