Back to Apps

Argus
by meru143
Local-first AI code review platform with deep codebase context and independent verification.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
Argus is a professional AI code review platform designed to prevent AI agents from "grading their own homework." It provides independent, grounded reviews by combining structural analysis, semantic search, and git history intelligence to ensure comments are based on the full codebase rather than just the diff.
Tools
- Review: Performs context-aware AI reviews on diffs or Pull Requests.
- Describe: Generates structured, conventional-commit PR descriptions.
- Map: Creates a ranked map of codebase structure using tree-sitter and PageRank.
- Search: Hybrid semantic and keyword search across the repository.
- History: Analyzes git history to detect hotspots and temporal coupling.
- Diff: Scores risks based on change size, complexity, and diffusion.
Installation
Install via npm:
npm install -g argus-ai
Configure your API key:
export GEMINI_API_KEY="your-key"
For Claude Desktop, add this to claude_desktop_config.json:
{
"mcpServers": {
"argus": {
"command": "argus",
"args": ["mcp", "--path", "/absolute/path/to/repo"]
}
}
}
Supported hosts
- Claude
- Cursor
- Windsurf
Quick install
npm install -g argus-aiInformation
- Pricing
- freemium
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"argus": {
"command": "argus",
"args": ["mcp", "--path", "."]
}
}Windsurf
{
"argus": {
"command": "argus",
"args": ["mcp", "--path", "."]
}
}Claude Desktop
{
"mcpServers": {
"argus": {
"command": "argus",
"args": ["mcp", "--path", "/absolute/path/to/repo"]
}
}
}





