Skip to content
Gemini CLI

docker for Gemini CLI

io.github.ofershap/docker

MCP server for Docker — manage containers, images, volumes, and compose services from your IDE

client:Gemini CLI transport:stdio runtime:npm

Install docker in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "docker": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-docker-server"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

docker in other clients