Skip to content
VS Code

Opzyai Security Check for VS Code

com.opzyai/mcp

Local-first security check for AI coding agents: secrets, .env exposure, git-history leaks, CVEs.

client:VS Code transport:stdio runtime:npm

Install Opzyai Security Check in VS Code

.vscode/mcp.json

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

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

Opzyai Security Check in other clients