AI 代码审查平台:Spring Boot 3 + Spring AI + Vue3。支持 GitLab Webhook 自动审查与 MR 行级评论回写,Finder-Verifier 两段式误报治理、JavaParser 上下文增强、评测集质量量化,内嵌 H2 单命令运行,附带 MCP Server。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"argus": {
"command": "npx",
"args": [
"-y",
"Yunmeng123/Argus"
]
}
}
}
Run in terminal:
claude mcp add argus npx -y Yunmeng123/Argus
Add to .cursor/mcp.json:
{
"mcpServers": {
"argus": {
"command": "npx",
"args": [
"-y",
"Yunmeng123/Argus"
]
}
}
}