Odel
make audit mcp

make audit mcp

Local
@arose26TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmake-audit-mcpv0.1.0

Run

npx -y make-audit-mcp

MCP client config

{
  "mcpServers": {
    "make-audit-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "make-audit-mcp"
      ]
    }
  }
}