AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"reviews-rami-rami": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / ai-ml
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for reviews.rami/rami and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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:
The dispute loop runs in the same session as the review, so accepted disputes drop out and only real issues land in your commits.
Install Rami on your repository.
Claude Code:
/plugin marketplace add rami-code-review/claude-code-marketplace
Codex:
Install the Rami plugin from this repository's Codex marketplace metadata.
Claude Code:
/plugin install rami@rami-code-review
Codex:
Install the rami plugin from the rami-code-review marketplace.
On a PR branch, run:
/rami:review
Rami fetches the review, walks each finding by priority, and applies fixes (or accepts disputes) until the PR is clean.
/rami:reviewFull review-fix-dispute loop on the current PR branch:
/rami:review-statusCheck review status without triggering a new review.
/rami:usageCheck remaining quota and credit balance.
/rami:setupGuided 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:doctorRead-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:upgradeUpdates the plugin to the latest published version and shows what changed.
"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.
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:upgrade
Or manually:
claude plugin marketplace update rami-code-review
claude plugin update rami@rami-code-review
Then run /reload-plugins (or start a new session) to activate it.
MIT