Back to Home
techmad220 icon

code-quality-mcp

Verified Safe

by 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

Run Command
/path/to/code-quality-mcp/run-mcp.sh

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Stars0
Forks0
Last Update2025-12-14

Tags

Code QualitySASTCode AnalysisDeveloper ToolsAI-assisted Coding