Skip to content
Cline

Docker MCP Server for Cline

io.github.l337-org/docker-mcp-server

Manage Docker (containers, images, Compose, Swarm, registries) via the Docker SDK and CLI.

client:Cline transport:stdio runtime:pypi

Install Docker MCP Server 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": {
    "docker-mcp-server": {
      "command": "uvx",
      "args": [
        "docker-mcp-server"
      ]
    }
  }
}

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

Docker MCP Server in other clients