Rami Code Review
Integrates with GitHub pull requests to perform automated code reviews, apply fixes, and manage disputes for each finding.
Click on "Deploy 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., "@Rami Code Reviewreview the current PR branch"
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.
Rami Code Review
Works with Claude Code AND Codex. Rami reviews every PR for security, bugs, and performance — then fixes the findings through MCP. You stay in control of what merges.
Both clients are first-class: Claude Code loads the root plugin package, while Codex installs its isolated package from plugins/rami through the same marketplace repository.
Disputing Findings
Not every finding needs a fix. Push back when you have evidence — Rami evaluates the dispute and either accepts it or asks you to fix:
False positive — the code is actually correct
Framework guarantee — the framework handles this case
Intentional design — this is by design, not a mistake
Duplicate — the same issue is reported elsewhere
The dispute loop runs in the same session as the review, so accepted disputes drop out and only real issues land in your commits.
Related MCP server: MCP Code Review Server
Getting Started
1. Install the GitHub App
Install Rami on your repository.
2. Add the marketplace
Claude Code:
/plugin marketplace add rami-code-review/claude-code-marketplaceCodex:
codex plugin marketplace add rami-code-review/claude-code-marketplace3. Install the plugin
Claude Code:
/plugin install rami@rami-code-reviewCodex:
codex plugin add rami@rami-code-reviewStart a new Codex task after installation so the Rami skills and MCP tools are loaded.
4. Run a review
On a PR branch, run:
/rami:reviewRami fetches the review, walks each finding by priority, and applies fixes (or accepts disputes) until the PR is clean.
Commands
/rami:review
Full review-fix-dispute loop on the current PR branch:
Fetches review results
Walks findings by priority (blocking → high → medium → low)
Fixes each one — or lets you dispute with evidence
Commits and pushes
Repeats until clean (up to 5 iterations)
/rami:review-status
Check review status without triggering a new review.
/rami:usage
Check remaining quota and credit balance.
/rami:setup
Guided setup — installs the GitHub App, registers the MCP server, completes OAuth, and verifies the connection. Run this first if Rami isn't connected yet. It can also offer, only if you agree, to add a short removable Rami section to your CLAUDE.md / AGENTS.md.
/rami:doctor
Read-only health check. Reports auth, GitHub App coverage, quota, and whether the plugin is up to date — with the fix for anything that's off.
/rami:upgrade
Updates the plugin to the latest published version and shows what changed.
Troubleshooting
"No PR found for branch" — push the branch and open a pull request.
"Authentication required" — install the Rami GitHub App on the repo.
Review taking too long? — /rami:review-status checks progress without triggering a new review.
Keeping Rami up to date
Rami checks once a day — silently — whether a newer plugin version is published, and nudges you when one is. To update at any time:
/rami:upgradeOr manually:
claude plugin marketplace update rami-code-review
claude plugin update rami@rami-code-reviewThen run /reload-plugins (or start a new session) to activate it.
For Codex:
codex plugin marketplace upgrade rami-code-review
codex plugin add rami@rami-code-reviewThen start a new task to activate the updated plugin.
Links
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Security reviews for coding agents: diffs checked against your org policy and live infrastructure.
- perfloopOAuthai.perfloop
Always-on performance engineering for your own code: proven pull requests, the merge stays yours.
MCP-native AI SRE: ask what's broken in production, get a reviewed GitHub fix PR.
- VulX WatchOAuthai.vulx
Independent security review for AI-built apps. Watch a GitHub repo. Never a patch.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables automated code review and GitHub PR commenting through MCP integration.18 npm9MIT
- FlicenseNot gradedqualityDmaintenanceEnables automated AI-powered code review for pull requests across GitHub, GitLab, Bitbucket, and Azure DevOps via webhooks, and manual code review through MCP tools using Groq, Claude, or GPT-4.1-
- FlicenseAqualityBmaintenanceMCP server that reviews and fixes code across four dimensions (security, standards, production readiness, sustainability), runs tests to verify fixes, and provides findings with diffs.1-
- FlicenseNot gradedqualityBmaintenanceTurns application errors into reviewed pull requests by automating root-cause analysis, Jira ticket creation, local and CI test gates, and GitHub PRs, with a human as the final merge gate.-