Skip to content
Cline

oriel for Cline

io.github.paradoxinfinite/oriel

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

client:Cline transport:stdio runtime:oci

Install oriel in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

oriel in other clients