mcpbeat Sign in

MCP Code Sanitizer MCP Server

by notasandy Your server? Claim it
local only

MCP Code Sanitizer runs on your own machine — the client starts it, so there is no endpoint to ping. 70 installs a week from pypi. Last commit 15 May 2026.

Strict AI code reviewer powered by Groq. Finds bugs and vulnerabilities.

Installs per day peak 22 · avg 10 · -18% w/w
a month agotoday
70
Installs / week
pypi · mcp-code-sanitizer
2
Stars
1 open issues
15 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Code Sanitizer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-code-sanitizer -- uvx mcp-code-sanitizer
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-code-sanitizer": {
      "args": [
        "mcp-code-sanitizer"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-code-sanitizer]
command = "uvx"
args = ["mcp-code-sanitizer"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-code-sanitizer": {
      "args": [
        "mcp-code-sanitizer"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-code-sanitizer": {
      "args": [
        "mcp-code-sanitizer"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GROQ_API_KEY (Groq API key from console.groq.com/keys). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Code Sanitizer

same job, measured the same way
Bug Detector
by madhavi-opsera

Analyzes code for bugs, security vulnerabilities, and code smells

local only
Code Review Analyst
by j0hanz

Gemini-powered MCP server for code review analysis.

local only
Code Reviewer AI MCP
by csoai-org

Code Reviewer Ai MCP Server by MEOK AI Labs

204 installs/wk local only
Zenable
by zenable

Zenable cleans up sloppy AI code and prevents vulnerabilities with deterministic guardrails

answering
BugEzy
by bugezy

Voice-powered bug reporting with 13 MCP tools. Record bugs by talking; let AI find and fix them.

14 tools answering
Scannd
by scannd

Trigger security scans and read reports/vulnerabilities via the hosted Scannd API. Free: 2 scans/mo.

54 installs/wk local only
FinishKit
by finishkit

FinishKit MCP: scan GitHub repos for security vulnerabilities, deployment blockers, and quality

61 installs/wk local only
Veridu
by michaelw-pr

Multi-reviewer AI code review: surfaces findings the reviewers agree on, disputes flagged.

answering

MCP Code Sanitizer — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Code Sanitizer?
MCP Code Sanitizer runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-code-sanitizer was installed 70 times last week.
How do I connect MCP Code Sanitizer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-code-sanitizer straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Code Sanitizer?
The pypi package mcp-code-sanitizer was installed 70 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Code Sanitizer open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.