MCP server for Docker — containers, health checks, Compose, logs for AI agents
The Docker MCP server designed for agents that need their containers to stay running. Without this: Your agent deploys a container, it crashes at 3am, and nobody notices until the user complains. Compose stacks drift. Health checks are manual. Logs are scattered across terminals. With this: Your agent checks health, watches for readiness, restarts crashed containers, and follows logs, all through…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
The Docker MCP server designed for agents that need their containers to stay running. Without this: Your agent deploys a container, it crashes at 3am, and nobody notices until the user complains. Compose stacks drift. Health checks are manual. Logs are scattered across terminals. With this: Your agent checks health, watches for readiness, restarts crashed containers, and follows logs, all through a single MCP interface. Containers stay running because your agent knows how to keep them running.…