Back to MCP Servers
Docker Server
Manage Docker containers, images, volumes, and networks through natural language commands
dockercontainersdevopsinfrastructurecommunity
Installation
npm install -g @mcp/docker-serverConfiguration
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "@mcp/docker-server"],
"env": {
"DOCKER_HOST": "unix:///var/run/docker.sock"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes