Back to MCP Servers
Server Docker
Integrate with Docker to manage containers, images, volumes, and networks.
developer-toolsdockerai
By ckreiling
Installation
npx -y mcp-server-dockerConfiguration
{
"mcpServers": {
"mcp-server-docker": {
"command": "npx",
"args": ["-y", "mcp-server-docker"]
}
}
}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