mcpbeat Sign in

Code Auditor MCP Server

by benahammond Your server? Claim it
local only

Code Auditor MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 424 installs a week from npm. Last commit 17 Sep 2026.

Code Quality Auditor: Analyze code for SOLID principles, DRY violations, and more

Installs per day peak 808 · avg 195 · -47% w/w
a month agotoday
1 424
Installs / week
npm · code-auditor-mcp
7
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

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.

    ...['.ts', '.tsx', '.js', '.jsx'].map(ext => path.join(base, 'index' + ext)),
    const child = spawn(binaryPath, [], {

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

Alternatives to Code Auditor MCP

same job, measured the same way
Codacy
by mcparmory

Analyze code quality, security issues, and coverage across repositories

250 installs/wk local only
Vaspera Hardening
by rcolkitt

Enterprise certification for codebases with multi-agent security, reliability, and quality audits

83 installs/wk local only
Periphery Code Audit
by zyntx-lab

Swift code analysis with Periphery - detect unused code and improve code quality

local only
Bug Detector
by madhavi-opsera

Analyzes code for bugs, security vulnerabilities, and code smells

local only
Flutter Structure MCP
by nilesh9783

Audit architecture, security, memory, and code quality in Flutter, Laravel, Node, Python, & Vue.

local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

18 479 installs/wk local only
DirtSignal
by dirtsignal

Florida property distress signals: code violations and recorded liens.

answering
Android Security Analyzer
by ako2345

MCP server for static security analysis of Android source code

4 tools answering

Code Auditor MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Auditor MCP?
Code Auditor MCP 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 code-auditor-mcp was installed 1 424 times last week.
How do I connect Code Auditor MCP?
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 code-auditor-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Code Auditor MCP?
The npm package code-auditor-mcp was installed 1 424 times in the last week. Week over week that is -47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Auditor MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 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.