Ai Code Review
Freeby MCP Community
MCP servers for AI-assisted code review: git operations and GitLab API tools
v1.7.0Added Apr 12, 2026
mcpmodel-context-protocolgitlabcode-reviewgit
Ai Code Review MCP Server
MCP servers for AI-assisted code review: git operations and GitLab API tools
Installation
Reviews
Installation
Quick install
npx -y @renfeng/ai-code-review
Add to claude_desktop_config.json
{
"mcpServers": {
"ai-code-review": {
"command": "npx",
"args": ["-y", "@renfeng/ai-code-review"]
}
}
}