Why this workflow exists
Local Docker setups drift. Something is running, something else isn’t, the logs you need are five containers deep. Docker MCP turns “what’s wrong with my stack” from a series of muscle-memory commands into one chat turn.
Status, logs, restart, scale — through chat. No more `docker ps | grep | awk` reflexes.
Install Docker MCP — it connects to your local Docker daemon.
Claude confirms it can list running containers and images.
Show me all running containers and their memory usage.
A small table with container name, image, status, and current memory.
The api-service container keeps crashing — show me the last 50 log lines and diagnose the issue.
Recent log excerpt + a one-paragraph diagnosis with the most likely cause and a suggested fix.
Restart the redis container and verify it comes back up healthy.
Container restart confirmation + a health check (port responding, status running).
Container management through natural language — perfect for developers who forget docker syntax between Tuesday and Thursday.
Local Docker setups drift. Something is running, something else isn’t, the logs you need are five containers deep. Docker MCP turns “what’s wrong with my stack” from a series of muscle-memory commands into one chat turn.