Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Rami Code Review
R
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Rami Code Review

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rami-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "rami-code-review"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Rami

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.

Rami PR check

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.

Getting Started

1. Install the GitHub App

Install Rami on your repository.

2. Add the marketplace

Claude Code:

Code
/plugin marketplace add rami-code-review/claude-code-marketplace

Codex:

bash
codex plugin marketplace add rami-code-review/claude-code-marketplace

3. Install the plugin

Claude Code:

Code
/plugin install rami@rami-code-review

Codex:

bash
codex plugin add rami@rami-code-review

Start a new Codex task after installation so the Rami skills and MCP tools are loaded.

4. Run a review

On a PR branch, run:

Code
/rami:review

Rami 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:

Code
/rami:upgrade

Or manually:

Terminal
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.

For Codex:

bash
codex plugin marketplace upgrade rami-code-review
codex plugin add rami@rami-code-review

Then start a new task to activate the updated plugin.

Links

  • Rami
  • GitHub App

License

MIT

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Foxhound logoFoxhound

    MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

    πŸ’» Developer Tools0 views
    Compare vs Foxhound β†’
  • A
    AI Context Kit

    Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

    πŸ’» Developer Tools0 views
    Compare vs AI Context Kit β†’
  • Openflowkit MCP logoOpenflowkit MCP

    Local-first OpenFlowKit diagramming tools for Claude, Cursor, Windsurf & other MCP clients.

    πŸ’» Developer Tools0 views
    Compare vs Openflowkit MCP β†’
  • Doom MCP logoDoom MCP

    Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

    πŸ’» Developer Tools0 views
    Compare vs Doom MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Rami Code Review

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "rami-code-review": { "command": "npx", "args": ["-y", "Rami Code Review"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRami Code Review AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rami-code-review?style=directory)](https://allmcps.com/mcp/rami-code-review)
HTML Embed
<a href="https://allmcps.com/mcp/rami-code-review"><img src="https://allmcps.com/api/badge/rami-code-review?style=directory" alt="Rami Code Review on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Rami Code Review β†’Install in Claude DesktopInstall in CursorInstall in VS Code