Wraps Docker CLI commands and returns structured JSON instead of raw terminal output. You get container lists, image metadata, logs, build results, and compose operations as typed objects with consistent field names across platforms. No more parsing ANSI codes or dealing with format changes between Docker versions. The source shows this is part of the larger Pare toolkit that tackles the same problem for git, npm, test runners, and other CLI tools. Useful when you're building agents that need to inspect running containers, trigger builds, or manage compose stacks without fragile string parsing. Runs over stdio transport.
claude mcp add --transport stdio io.github.dave-london-pare-docker uvx pare-docker