A hands-on walkthrough of connecting a local LLM (Qwen3-35B) to a Docker environment via the mcp-server-docker MCP server. The setup enables conversational container management — spinning up new containers, troubleshooting broken ones, and applying automatic fixes — all through natural language prompts. The author also covers safety considerations, such as disabling destructive tools like remove_volume and requiring manual confirmation before container deletion.
Table of contents
Docker MCP server includes all the essential container management toolsIt can spin up new containers using simple promptsThat said, I’ve disabled a couple of advanced tools on the MCP server1.8K Impressions