Wraps Docker CLI commands and returns structured JSON instead of raw terminal output. Exposes operations like ps, images, logs, and build with typed responses, so agents can parse container states, image lists, and build progress without regex. Part of the Pare toolkit, which aims to eliminate brittle string parsing across developer tools. If you're building an agent that needs to inspect running containers, trigger builds, or tail logs programmatically, this gives you clean data structures instead of ANSI codes and formatted text. Runs over stdio transport and requires Node.js 20 or higher.
claude mcp add --transport stdio io.github.dave-london-docker uvx docker