dykeruv/argus-mcp
๐ Enhance code quality with Argus MCP, an AI-driven code review server using a Zero-Trust model for safe and efficient development.
What's novel
๐ Enhance code quality with Argus MCP, an AI-driven code review server using a Zero-Trust model for safe and efficient development.
Code Analysis
9 files read ยท 3 roundsAn MCP server that wraps LLM API calls (GLM, Gemini, MiniMax) with retry/fallback logic, a basic in-memory cache, and a context optimizer that strips comments/imports from code before sending it to the model for code review.
Strengths
The context optimizer has genuine AST-based logic for Python chunking and import compression, and the retry/fallback chain with exponential backoff is reasonably well-implemented with proper error categorization and user-facing diagnostics.
Weaknesses
The README is completely misleading (describes a GUI desktop app with .exe/.dmg downloads and .NET requirements for what is a Python MCP server), there are zero real tests (the test file is a 5-line placeholder), and the core value is thin โ it's essentially a prompt template wrapper around existing LLM APIs with no proprietary review logic.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
15
Contributors
2
Files
18
Active weeks
3
Repository
Language
Python
Stars
1
Forks
0
License
MIT