Skip to content
VS Code

mcp codeaudit for VS Code

io.github.infoinlet-marketplace/mcp-codeaudit

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

client:VS Code transport:stdio runtime:npm

Install mcp codeaudit in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-codeaudit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@infoinlet/mcp-codeaudit"
      ]
    }
  }
}

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

mcp codeaudit in other clients