Skip to content
VS Code

Ybe Check for VS Code

io.github.addycuber/ybe-check

Ybe Check – security and compliance orchestrator for AI-generated repositories.

client:VS Code transport:stdio runtime:pypi

Install Ybe Check in VS Code

.vscode/mcp.json

{
  "servers": {
    "ybe-check": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ybe-check"
      ]
    }
  }
}

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

Ybe Check in other clients