Docker
Freeby MCP Community
MCP server for Docker CLI integration - 150 tools for containers, images, compose, volumes, networks, cleanup, observability, buildx, manifests, contexts, regis
v1.0.0Added Apr 12, 2026
Docker MCP Server
MCP server for Docker CLI integration - 150 tools for containers, images, compose, volumes, networks, cleanup, observability, buildx, manifests, contexts, regis
Installation
Reviews
Installation
Quick install
npx -y @tmhs/docker-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "@tmhs/docker-mcp"]
}
}
}