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.
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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