GDD (Giggly-Dazzling-Duckling)
@Cap-of-tea
AI-controlled browser farm: run N isolated Chromium instances with 36 MCP tools for multi-device testing, screenshots, device emulation, network control, and console diagnostics.
Overview
What is GDD?
AI-controlled browser farm on your machine. Run N isolated Chromium instances with 36 MCP tools β test your site like it's launch day.
Key Features
- Multi-device β 22 device presets: iPhone SE β 16 Pro Max, Pixel 9, Galaxy S24, iPads, desktops
- Human-like input β
humanize=truemoves the mouse along a BΓ©zier curve with natural easing before clicking - Full interaction β Navigate, tap, type, swipe, scroll, hover, handle dialogs, take screenshots
- Device emulation β Screen size, DPR, touch, user agent, geolocation, timezone, language
- Network control β Simulate 4G, Fast 3G, Slow 3G, or offline per browser
- Diagnostics β Console errors, network traffic, performance metrics, push notifications
- Error beacon β Every tool response warns about JS errors across all browsers automatically
- Cross-platform β Windows GUI with live video wall + headed/headless on Linux & macOS
- Docker β
docker run -p 9700:9700 ghcr.io/cap-of-tea/gdd:1.5.0
Quick Start
- Download from GitHub Releases
- Run
./GDD.Headless - Add to
.mcp.json:
{ "mcpServers": { "gdd": { "url": "http://localhost:9700/mcp" } } }
Server Config
{
"mcpServers": {
"gdd": {
"url": "http://localhost:9700/mcp"
}
}
}