Skip to content
Grok

Docker MCP Server for Grok

io.github.friendlygeorge/docker-mcp-server

MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents

client:Grok transport:stdio runtime:npm

Install Docker MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docker-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@supernova123/docker-mcp-server"
      ],
      "env": {
        "DOCKER_HOST": "<DOCKER_HOST>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Docker MCP Server in other clients