MCP ServerSTDIOOfficialv0.8.1

Dave London Pare Docker MCP Server

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

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Dave London Pare Docker MCP server does

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.

Connect to Dave London Pare Docker

Local install — runs as a subprocess.

npx @paretools/docker@0.8.1

Resources

Where to find authoritative docs and source for Dave London Pare Docker.

Example prompts for Dave London Pare Docker

Paste any of these into Agent Studio after connecting Dave London Pare Docker.

  • List all running containers with their status and resource usage
  • Get logs from the last 100 lines of my web service container
  • Build a Docker image from my Dockerfile and return the build output as JSON
  • Show all Docker images sorted by size with their creation dates

Dave London Pare Docker MCP server — FAQ

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.

Skip the local setup — run MCP in your browser

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

Related servers

More on MCP Playground