lazydocker

GitHub

The lazier way to manage everything docker

50,968 stars Go
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "lazydocker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lazydocker"
      ]
    }
  }
}