Skip to content
VS Code

mcp-audit for VS Code

io.github.saagpatel/mcp-audit

Scan, enumerate, and risk-score every MCP server configured on your machine.

client:VS Code transport:stdio runtime:pypi

Install mcp-audit in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-audit": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-audits"
      ]
    }
  }
}

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

mcp-audit in other clients