Skip to content
Cline

Docker MCP Server for Cline

io.github.hypnosis/docker-mcp-server

Docker for AI agents — containers, compose stacks, logs and databases, locally or over SSH.

client:Cline transport:stdio runtime:npm

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

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

{
  "mcpServers": {
    "docker-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@hypnosis/docker-mcp-server"
      ],
      "env": {
        "DOCKER_MCP_PROFILES_FILE": "<DOCKER_MCP_PROFILES_FILE>",
        "DOCKER_PROFILES": "<DOCKER_PROFILES>",
        "DOCKER_MCP_ALLOW_SSH_FALLBACK": "<DOCKER_MCP_ALLOW_SSH_FALLBACK>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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