pega-code-review
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pega-code-reviewList all branches in the Pega application"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pega Code Review MCP Server
MCP server for exploring Pega branches and fetching full rule XML (LSA-style reviews).
Auth: Uses your existing browser session (no client ID / secret).
Tools
Tool | Purpose |
| List available branches |
| List rules inside a branch |
| Fetch full XML of a rule by |
| Fetch XMLs of referenced rules |
Related MCP server: git-mcp
How to get your session token
Open your Pega app in the browser and log in normally.
Open DevTools (F12) → Network tab.
Click any API request (look for
/api/or/prweb/).In Request Headers find
Authorization: Bearer ...Copy the whole value (including
Beareror just the token).
Alternatively copy the cookies from Application → Cookies.
Config
PEGA_BASE_URL=https://your-pega-instance.com/prweb
PEGA_ACCESS_TOKEN=Bearer eyJhbGciOi...Claude / Cursor config
{
"mcpServers": {
"pega-code-review": {
"command": "python",
"args": ["/absolute/path/to/pega-code-review-mcp/server.py"],
"env": {
"PEGA_BASE_URL": "https://your-pega-instance.com/prweb",
"PEGA_ACCESS_TOKEN": "Bearer eyJhbGciOi..."
}
}
}
}Note: Tokens expire. When tools start failing with 401, just copy a fresh token from the browser.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceMCP server providing Git-related functionalities, primarily a tool to generate diffs for Git merge commits against their first parent.Last updated4
- Flicense-qualityDmaintenanceStandalone MCP server for GitHub that enables repository management, branch operations, pull request handling, and commit retrieval via tools listed in the README.Last updated1
- AlicenseBqualityDmaintenanceMCP Server for Git operations, agent templates, and project utilities.Last updated979MIT
- Alicense-qualityBmaintenancePrivate, local-first code intelligence MCP server that builds a static graph of repositories and exposes search, architecture, impact analysis, and review tools via MCP.Last updatedMIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for hex.pm and hexdocs.pm: search, inspect, compare, and audit Elixir packages
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zotodev/pega-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server