Code Review MCP
Provides tools for collecting Git diffs and performing automated code review on Git repositories, including generating review summaries.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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

CodePeel MCP Serverofficial
FlicenseAqualityCmaintenanceEnables AI agents to review code diffs for bugs, security issues, and bad patterns, and generate fixes.4- FlicenseAqualityBmaintenanceAI-powered code review using Zhipu GLM. It gathers git diffs and source context to provide focused code reviews.1
Related MCP Connectors
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
Edit your Overleaf LaTeX projects from Claude and ChatGPT; every change is a real Git commit.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weixianshishen/CodeReviewMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server