0
/ 100
1 month ago
glama

docker-mcp-server

More than just an MCP server that covers the entire range of Docker management tasks, it helps you create workflows to easily manage your Docker environments at scale. It allows you manage multiple local or remote (TCP, TLS, SSH) docker instances and exposes things like logs and stats as resources so that you can monitor and triage all of them.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: ~/.ssh/config
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDOCKER_CONFIG
configDOCKER_CONTEXT
configXDG_RUNTIME_DIRLinux: -v /var/run/docker.sock:/var/run/docker.sock (rootless: -v $/docker.sock:/var/run/docker.sock).
configDOCKER_HOSTA running Docker daemon reachable from the host that runs the server (the standard / unix socket conventions apply)
configDOCKER_MCP_SERVER_HOSTSEverything above targets one daemon. To manage several in a single session — e.g. local dev plus a remote production daemon — set to a comma-separated list of name=endpoint pairs:
configDOCKER_TLS_VERIFYWhen DOCKER_HOST is set the server uses it directly (via docker.from_env(), so / DOCKER_CERT_PATH are honoured too). Common overrides via env:
configHOSTNAME
configDOCKER_CERT_PATHWhen DOCKER_HOST is set the server uses it directly (via docker.from_env(), so DOCKER_TLS_VERIFY / are honoured too). Common overrides via env:
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/gavinlucas-docker-mcp-ziwf2h)](https://m8ven.ai/mcp/gavinlucas-docker-mcp-ziwf2h)
commit: 8808b457c0ecc603f3101c2a0d43d713fe4ff13e
code hash: a9926e180551fc1fe14ce1c61bdd7c515d82d88b744af692eda33c306342b5a0
verified: 6/25/2026, 9:51:08 AM
view raw JSON →