Home › Other › GDD - AI-Controlled Browser Farm

GDD - AI-Controlled Browser Farm

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

C#
★ 12 stars Last pushed 2026-08-31 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/cap-of-tea/gdd:1.5.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry