Skip to content
Grok

GDD - AI-Controlled Browser Farm for Grok

io.github.imvsmirnov/gdd

AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools

client:Grok transport:stdio runtime:oci

Install GDD - AI-Controlled Browser Farm in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "gdd": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/cap-of-tea/gdd:1.5.0"
      ]
    }
  }
}

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

GDD - AI-Controlled Browser Farm in other clients