Back to Home
dykeruv icon

argus-mcp

Verified Safe

by dykeruv

Overview

AI-powered code review and quality enhancement for multiple programming languages and environments.

Installation

Run Command
python server_v2.py

Environment Variables

  • GLM_API_KEY
  • OPENROUTER_API_KEY
  • DEFAULT_MODEL

Security Notes

The server demonstrates strong security awareness by explicitly enforcing API key protection via environment variables and providing clear guidelines in `SECURITY.md`. Input validation is present, and file paths are sanitized. The core logic uses static code analysis (AST parsing) and sends code to external AI models for review, rather than executing user-provided code locally, which mitigates many direct execution risks. The server's design as a local stdin/stdout tool minimizes external network attack surface. External dependencies (AI providers) are an inherent risk but are managed with retries and fallbacks.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens15000
Stars1
Forks0
Last Update2026-01-19

Tags

Code ReviewAISecurityCode QualityZero-Trust