Code Review MCP
Provides tools for collecting Git diffs and performing automated code review on Git repositories, including generating review summaries.
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., "@Code Review MCPReview the changes since the last commit."
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.
Code Review MCP
Global Codex plugin that exposes MCP tools for Codex-powered Git code review.
Tools
collect_git_diff: returnsgit diff --name-statusandgit diff --statfor a repository range.review_git_changes: collects the diff overview, askscodex execto inspect detailed changes with read-only Git commands, returns a Chinese Markdown review, and optionally sends a Feishu interactive card.
Related MCP server: Gemini Code Review MCP
Main Arguments
Argument | Required | Description |
| Yes | Local Git repository path. |
| Yes | Base commit for |
| No | Head commit. Defaults to |
| No | Feishu custom bot webhook. If omitted, no notification is sent. |
| No | Codex executable. Defaults to |
| No | Optional model passed to |
| No | Optional API key used in a temporary Codex home for this run. |
| No | OpenAI-compatible base URL for the temporary Codex config. |
The tool creates a temporary read-oriented Git wrapper for the nested Codex process. It allows review commands such as git diff, git show, git status, and git ls-files, and blocks write or remote update commands such as git push, git commit, and unsupported Git subcommands.
When modelApiKey is supplied, this plugin writes config.toml and auth.json under a temporary CODEX_HOME for the review process only. It does not replace the user's existing ~/.codex files.
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-native git hosting — repos, PRs, issues, CI gates, and AI code review over MCP (60 tools).
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables multi-agent code review with P0/P1/P2 severity scoring by orchestrating locally installed AI CLIs (Claude, Codex) to perform parallel analysis, deterministic scoring, and consensus-building on git diffs.2-
- AlicenseBqualityCmaintenanceAI-powered code review server that analyzes git diffs and PRs with context from project guidelines and task lists. Supports integration with Claude Code and Cursor via MCP.31MIT
- FlicenseAqualityBmaintenanceAI-powered code review using Zhipu GLM. It gathers git diffs and source context to provide focused code reviews.1-
- AlicenseAqualityDmaintenanceProvides MCP tools to review git changes using OpenAI Codex CLI, enabling code review of unstaged, staged, or last-commit changes.36 npmMIT