GDD - AI-Controlled Browser Farm for Cursor
io.github.imvsmirnov/gdd
AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools
client:Cursor
transport:stdio
runtime:oci
Install GDD - AI-Controlled Browser Farm in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gdd": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cap-of-tea/gdd:1.5.0"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs