argus-mcp
Verified Safeby dykeruv
Overview
AI-powered code review and quality enhancement for multiple programming languages and environments.
Installation
python server_v2.pyEnvironment 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
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeGraphContext
This MCP Server acts as an expert AI pair programmer's backend, providing real-time, accurate code analysis, indexing, and relationship information from a local codebase to assist with understanding, writing, and refactoring code.
paiml-mcp-agent-toolkit
Provides a high-performance Model Context Protocol (MCP) server that acts as a toolkit for AI agents, offering a comprehensive suite of tools for code analysis, refactoring, quality gates, technical debt grading, and project context generation to enable automated fixes and quality-driven development.
VibeShift
VibeShift is an intelligent security agent that integrates with AI coding assistants to analyze AI-generated code for vulnerabilities, suggest remediations, and facilitate web test recording, crawling, and execution.