Skip to content
Cursor

Cejel for Cursor

io.github.barglabs/cejel

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

client:Cursor transport:stdio runtime:oci

Install Cejel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Cejel in other clients