Execute Docker operations (ps, images, logs, build, compose) and receive structured JSON responses. For developers integrating Docker commands into AI workflows or automation scripts.
io.github.Dave-London/pare-docker
Local install
STDIO
No auth required
How models use it and what it is built for.
Execute Docker operations (ps, images, logs, build, compose) and receive structured JSON responses. For developers integrating Docker commands into AI workflows or automation scripts.
Local install — runs as a subprocess.
Where to find authoritative docs and source for Dave London Pare Docker.
Paste any of these into Agent Studio after connecting Dave London Pare Docker.
Common questions about connecting and running Dave London Pare Docker.
What Docker operations does this MCP server support?
It supports ps (list containers), images (list images), logs (retrieve container logs), build (build images), and compose (Docker Compose operations). All responses are returned as structured JSON.
How do I install and run the Pare Docker MCP server?
Install via npm with `npx @paretools/docker@0.8.1`. It communicates over stdio, so configure it in your MCP client to spawn the process and pipe commands through standard input/output.
Do I need Docker installed locally to use this server?
Yes, the server executes Docker commands against your local Docker daemon. Ensure Docker is installed and running before connecting the MCP server.
Can I use this to automate multi-container workflows with Docker Compose?
Yes, the server includes compose operations, allowing you to integrate Docker Compose commands into your automation. Responses are structured JSON for easy parsing.
What happens if a Docker command fails?
The server returns the error as structured JSON, allowing your client to handle failures programmatically rather than parsing text output.
MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.
Open Agent Studio