Skip to content
VS Code

make audit mcp for VS Code

io.github.arose26/make-audit-mcp

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

client:VS Code transport:stdio runtime:npm

Install make audit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "make-audit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "make-audit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

make audit mcp in other clients