mcpbeat Sign in

Codesafer MCP Server

by goldmembrane Your server? Claim it
local only

Codesafer runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 4 May 2026.

Scans AI-generated code for invisible Unicode, Trojan Source, and supply-chain threats.

Installs per day peak 31 · avg 7 · -46% w/w
a month agotoday
34
Installs / week
npm · cleaner-code
1
Stars
0 open issues
4 May 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page loads a third-party script web/public/test-checkout.html:120
  <script src="https://cdn.paddle.com/paddle/v2/paddle.js"></script>

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 codesafer -- npx -y cleaner-code
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codesafer": {
      "args": [
        "-y",
        "cleaner-code"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codesafer]
command = "npx"
args = ["-y", "cleaner-code"]
.cursor/mcp.json
{
  "mcpServers": {
    "codesafer": {
      "args": [
        "-y",
        "cleaner-code"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codesafer": {
      "args": [
        "-y",
        "cleaner-code"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Codesafer

same job, measured the same way
Codequiry
by codequiry

Source code plagiarism, peer similarity, and AI-generated-code detection for AI agents.

answering
True Memory Fragments
by kyle641320

Detect stale source context and retain traceable code-chain understanding for AI coding agents.

local only
Umbra
by elberacasa

Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.

71 installs/wk local only
Code Guard MCP
by mlawsonking

Security scan for AI-generated code: injection, SSRF, secrets, weak crypto, unsafe deserialization.

44 installs/wk local only
Barcode Scanner
by domdomegg

Scan and generate barcodes and QR codes.

29 installs/wk local only
CodeInspectus
by synvoya

Local-first MCP security scanner and CLI for AI-generated applications.

142 installs/wk local only
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
Judges Panel
by kevinrabun

45 judges that evaluate AI-generated code for security, cost, and quality with built-in AST.

629 installs/wk local only

Codesafer — questions

Answers built from our own checks of this server.

Why is there no uptime for Codesafer?
Codesafer 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 npm package cleaner-code was installed 34 times last week.
How do I connect Codesafer?
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 cleaner-code straight from npm; nothing to host, nothing to sign up for.
How many people use Codesafer?
The npm package cleaner-code was installed 34 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codesafer open source?
Yes — it is published under the MIT licence, written in HTML and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.