Skip to content
Cursor

oriel for Cursor

io.github.paradoxinfinite/oriel

Safety-gated AI control of Docker and Colima: containers, images, volumes, networks, Compose.

client:Cursor transport:stdio runtime:oci

Install oriel in Cursor

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

{
  "mcpServers": {
    "oriel": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/paradoxinfinite/oriel:0.7.0"
      ]
    }
  }
}

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

oriel in other clients