A
Auto Review Claudemcp
作者 @IskanderAl
A Python MCP (Model Context Protocol) server that connects Claude Desktop to GitHub Pull Requests. It fetches PR diffs, filters out binary and asset files (Unity `.meta`, images, audio, shaders, etc.), and gives Claude only the actual code to review. Built as a QA automation tool to speed up pull request reviews using AI.
创建于 2/21/2026
更新于 4 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/IskanderAl/Auto-Review-ClaudeMCP
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"iskanderal-auto-review-claudemcp": {
"command": "git",
"args": [
"clone",
"https://github.com/IskanderAl/Auto-Review-ClaudeMCP"
]
}
}
}