MCP.so
登录

Rami Code Review

@rami-code-review

关于 Rami Code Review

Rami reviews every pull request for the bugs, logic errors, and risky patterns that AI coding agents commonly leave behind. When it flags something, your agent — Claude Code, Cursor, or Codex — fetches the finding over MCP, fixes it, and pushes; Rami re-reviews until those issues

基本信息

分类

开发工具

传输方式

stdio

发布者

rami-code-review

提交者

ChangWon Lee

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "rami": {
      "url": "https://rami.reviews/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Rami Code Review?

Rami Code Review is an MCP server that reviews pull requests for security vulnerabilities, bugs, and performance issues, then fixes the findings through MCP. It works with Claude Code and Codex, and gives you full control over what merges.

How to use Rami Code Review?

Install the Rami GitHub App on your repository, add the marketplaces for Claude Code or Codex, install the plugin, then run /rami:review on a PR branch. The server walks each finding by priority — blocking, high, medium, low — and applies fixes or accepts disputes until the PR is clean.

Key features of Rami Code Review

  • Reviews every PR for security, bugs, and performance
  • Fixes findings automatically through MCP
  • Dispute findings with evidence like false positives
  • Walks findings by priority: blocking → high → medium → low
  • Runs up to 5 iterations per review session
  • Supports both Claude Code and Codex

Use cases of Rami Code Review

  • Automatically review and fix pull requests before merge
  • Catch security vulnerabilities and logic errors early
  • Dispute false positives with contextual evidence
  • Monitor review status and remaining quota with commands

FAQ from Rami Code Review

What does Rami Code Review do during a review?

It fetches review results, walks each finding by priority, fixes each one or lets you dispute with evidence, then commits and pushes changes.

What are the requirements to use Rami?

You need to install the Rami GitHub App on your repository and add the Rami plugin through either the Claude Code or Codex marketplace.

How do I dispute a finding?

Use the dispute loop built into the same review session by providing evidence for categories like false positive, framework guarantee, intentional design, or duplicate. Accepted disputes drop out so only real issues land in commits.

Why does the server return "Authentication required"?

The Rami GitHub App must be installed on the repository. Install it from github.com/apps/rami-code-remeow to resolve this.

How many iterations does the review loop run?

The /rami:review command repeats its fix-dispute loop until the PR is clean, up to a maximum of 5 iterations per session.

评论

开发工具 分类下的更多 MCP 服务器