GGua REFERENCE日本語GitHub ↗
RUNTIME UI AUTOMATION FOR GAMES

Drive game UI by meaning.

Gua exposes a running game's UI as a semantic tree. Tests and AI agents can find and activate a “Start Game” button by identity and role—without brittle coordinates or image recognition.

An AI agent uses the Gua MCP server to inspect the semantic UI tree and remotely activate the Start Game button in a Godot game
DEMO An AI agent operates game UI through MCP
GET THE LATEST

Start with the latest release

Download the Godot add-on and Windows Inspector from GitHub Releases / Latest. Building Gua from source is intended for contributors working on Gua itself.

HOW IT WORKS

Observe the real input path

01 / DRAWGodot renders its UI normally
02 / REFLECTThe adapter collects semantic state
03 / CONNECTThe bridge publishes it over WebSocket
04 / ACTTests, Inspector, and MCP operate it