mcp-code-sanitizer

notasandy/mcp-code-sanitizer
★ 0 stars Python 🤖 AI/LLM Updated today
Strict AI code reviewer MCP server powered by Groq
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-code-sanitizer": {
      "command": "uvx",
      "args": [
        "mcp-code-sanitizer"
      ]
    }
  }
}

Or install with pip: pip install mcp-code-sanitizer

README Excerpt

> A strict AI-powered code reviewer that runs your code through Groq LLM directly from Claude Desktop, Cursor, or any MCP-compatible agent. ``` Claude Desktop ──MCP──► code-sanitizer ──REST──► Groq API (server.py) (llama-3.3-70b) ``` --- | Tool | Description | |---|---| | `analyze_code` | Strict code review — bugs, vulnerabilities, score 0–100 |

Tools (11)

CACHE_MAXCACHE_TTLGROQ_API_KEYGROQ_MODELanalyze_codeanalyze_filecache_infocompare_codeexplain_codegenerate_reportgenerate_tests