0
/ 100
15 days ago
glama

docker-mcp-server

More than just a fully featured MCP server that lets AI agents manage Docker — containers, images, networks, volumes, swarm services, secrets, configs, nodes, plugins, etc., it helps you create workflows to easily manage your Docker environments.

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/l337-org-docker-mcp-xlebfz)](https://m8ven.ai/mcp/l337-org-docker-mcp-xlebfz)
commit: 693de82949472e23923bc483f1b17fcdf29f5942
code hash: 721594d14fe90f057c5dbbac62fcc5266b32fa1bb92d43144dd04e6e8c346b7a
verified: 7/16/2026, 8:46:19 AM
view raw JSON →