Docker
Freeby MCP Community
A comprehensive Model Context Protocol (MCP) server that provides Docker container and image management capabilities for AI assistants and automation tools. Inc
v2.0.4Added Apr 12, 2026
Docker MCP Server
A comprehensive Model Context Protocol (MCP) server that provides Docker container and image management capabilities for AI assistants and automation tools. Inc
Installation
Reviews
Installation
Quick install
npx -y @0xshariq/docker-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"docker": {
"command": "npx",
"args": ["-y", "@0xshariq/docker-mcp-server"]
}
}
}