docker-mcp-server

friendlygeorge/docker-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
Docker MCP server designed for agents that need their containers to stay running. Health checks, auto-restart, Compose lifecycle, log streaming.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "docker-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "friendlygeorge/docker-mcp-server"
      ]
    }
  }
}

README Excerpt

**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 ke

Tools (20)

build_imagecheck_healthcompose_downcompose_logscompose_pscompose_restartcompose_upcontainer_statsexec_in_containerinspect_containerlist_containerslist_imageslist_networkslist_volumespull_imagerecreate_containerremove_containerremove_imagerestart_containerrun_container

Topics

ai-agentcomposecontainerdevopsdockermcpmodel-context-protocol