Agentic development through MCP - Unable to access

Hello everyone, I came across Pega documentation where there is an MCP developed by Pega using which we can directly author the rules using agentic platforms like Claude Code. I have also witnessed this functionality in one of the AI Expert Circle Meetups. Anyhow, I am unable to access the links related to the setup that are present in the Pega Documentation article related to this. It is pointing to a GitHub site that is asking for Pega SSO login. Is it only exclusive to internal teams?

Yes it seems like the repo linked in this doc is exclusive for internal teams.

A search helped me to find a MCP server repo that is available to the public, here is the link pega-dx-mcp/README.md at main · marco-looy/pega-dx-mcp

The Pega DX MCP Server is an experimental project exploring the intersection of Model Context Protocol and Pega Infinity™ capabilities. This is not an official Pegasystems product and is not generally available. All commands, parameters, and other features are subject to change or deprecation at any time, with or without notice. Do not use this MCP server for production functionality. This experiment demonstrates the potential of natural language interfaces for Pega Infinity™ interactions. We welcome feedback and contributions to help shape the future of GenAI-powered business automation.

Thanks for the response, But I think both are for different purpose. The experimental service is to interact with Case Management functionalities for end users. The one which I cannot access is to assist developers in developing the rules. May be it is only for internal teams as of now, but the documentation page exposed it by mistake.

@VVNagaSaiN Watch out for PegaWorld… :wink:

Post PegaWorld we will posting many of the new capabilities in the upcoming release.

Do we have an update documentation for this Agentic Development through MCP ? We would like to connect the MCP to Cursor and try rule authoring.

Here’s the product announcement, with some description of the MCP capabilities. You’ll need to wait just a short while until Infinity '26 is released this summer.

Here’s a link to the PegaWorld keynote by Kerim that shows a lot of the new capabilities coming in '26: PegaWorld 2026 Kerim Akgonul keynote: Look Ma! No Hands!!!! | Pega

Please take a look at the article below and the GitHub plugin that demonstrates agentic development through MCP.

As it states in the documentation posted above , there are instructions for plugins. Once the plugin is installed , run pega-setup which will allow you to set your pega instance and your OAuth client ID. Once you are setup , you will get a browser authentication window and be ready to go. I typically start with show me my case types to ensure it working properly. Then your ready to go. Remember all assets will be created in a new branch for your review.

Thank you all for the response. I have explored this as soon as it was released to public and drafted a knowledge share article: AI Rule Authoring from GitHub Copilot CLI