Back to MCP Servers
Docker
Docker container management and operations through MCP
developer-toolsdockerai
By QuantGeekDev
Installation
npx -y docker-mcpConfiguration
{
"mcpServers": {
"docker-mcp": {
"command": "npx",
"args": ["-y", "docker-mcp"]
}
}
}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