Skip to content
Cursor

GenieLocker for Cursor

io.github.nhantour/genie-locker

Discover and quote quality-gated private AI inference without creating or buying a locker.

client:Cursor transport:stdio runtime:oci

Install GenieLocker in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "genie-locker": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nhantour/genie-locker-mcp:0.2.0"
      ],
      "env": {
        "GENIE_BASE_URL": "<GENIE_BASE_URL>"
      }
    }
  }
}

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

GenieLocker in other clients