mcpbeat Sign in

Make Audit MCP Server

local only

Make Audit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 15 Aug 2026.

Audit Make.com blueprints before importing: hardcoded secrets, dangling refs, risky settings.

Installs per day peak 165 · avg 5
a month agotoday
52
Installs / week
npm · make-audit-mcp
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Make Audit MCP 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 make-audit-mcp -- npx -y make-audit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "make-audit-mcp": {
      "args": [
        "-y",
        "make-audit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.make-audit-mcp]
command = "npx"
args = ["-y", "make-audit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "make-audit-mcp": {
      "args": [
        "-y",
        "make-audit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "make-audit-mcp": {
      "args": [
        "-y",
        "make-audit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Make Audit MCP

same job, measured the same way
Secretguard MCP
by vladimirbakalov

Scans code for hardcoded secrets (AWS, Stripe, GitHub, JWTs) before an AI agent commits it.

local only
Secrets-LE
by nolindnaidoo

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

63 installs/wk local only
Leakferret
by leakferrethq

Context-aware secret scanner: lets an AI agent scan, verify, and rewrite secrets before committing.

78 installs/wk local only
MCP Codeaudit
by infoinlet-marketplace

Security audit for AI agents — scan code/diffs for leaked secrets, check deps via OSV.

32 installs/wk local only
Skarn
by getskarn

Scans AI coding sessions and assistant configs for leaked secrets and risky hooks; local, redacted

620 installs/wk local only
Draugr
by draugr

Security scanning for AI agents: SAST, SCA, secrets, IaC, DAST, ranked by real risk.

local only
O
Python Code Reviewer
by duckdns-43-134-36-21

Security + bug + perf + refactor audit for Python. Returns 0-10 score + MD report.

2 tools answering
Chain Signer
by kevthetech143

Security suite for AI agents: flag drains, permit-phishing & risky actions before signing.

825 installs/wk local only

Make Audit MCP — questions

Answers built from our own checks of this server.

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