Odel
Docker MCP Server

Docker MCP Server

Local
@hypnosisTypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@hypnosis/docker-mcp-serverv2.0.1

Run

npx -y @hypnosis/docker-mcp-server

MCP client config

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