code-quality-mcp
Verified Safeby techmad220
Overview
A Rust-based MCP server for comprehensive code quality analysis, designed to work alongside harness enforcement gates for proactive self-correction in code generation.
Installation
/path/to/code-quality-mcp/run-mcp.shEnvironment Variables
- COGNITIVE_MEMORY_URL
- RUST_LOG
Security Notes
The server's own codebase appears robust, using safe Rust practices like `std::process::Command` for external tool execution, which prevents shell injection within the server itself. It actively scans for common security vulnerabilities (SQLi, XSS, CMDi, hardcoded secrets, etc.) in user code, demonstrating good security awareness. It makes HTTP calls to a configurable 'cognitive-memory' server, which is a known external dependency and not an inherent vulnerability in this server's code. No 'eval', code obfuscation, or hardcoded secrets were found within the provided source code of the MCP server.
Similar Servers
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
octomind
Session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider LLM support for interactive coding, file management, and web research.
codex-mcp-rs
This server acts as an MCP (Model Context Protocol) wrapper for the Codex CLI, enabling AI-assisted coding tasks through compatible clients like Claude Code.