Manage Docker containers, images, volumes, and networks from Claude Code — build, run, inspect, and debug your containerized applications without leaving your editor.
The Docker MCP connects Claude Code to the Docker Engine API on your local machine or a remote Docker host. Claude can build images, start and stop containers, inspect logs, manage volumes and networks, and help you debug containerization issues — all with full context of your codebase.
mcpizy install docker
The MCP connects to the Docker socket at /var/run/docker.sock by default. For remote hosts, provide the Docker host URL and TLS certificates during setup.
docker build and stream output back to Claude for analysis.Your containerized API is failing to start. Ask Claude to diagnose it:
// Claude will:
// 1. List running and exited containers
// 2. Fetch logs from the failed container
// 3. Inspect the container's environment and entrypoint
// 4. Suggest fixes to your Dockerfile or docker-compose.yml