Skip to content
VS Code

Cejel for VS Code

io.github.barglabs/cejel

Offline deterministic engineering-trust certificates for repositories, with no telemetry.

client:VS Code transport:stdio runtime:oci

Install Cejel in VS Code

.vscode/mcp.json

{
  "servers": {
    "cejel": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/barglabs/cejel@sha256:a0f0049a57aea728f3e5b026882887d0d2ea092d5f112be21db1d47298bcb6ec"
      ]
    }
  }
}

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

Cejel in other clients