Docker container management — list, start, stop, and manage containers, images, volumes, and networks
npx @getmcp/cli add dockerConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-docker"
]
}
}
}