AI Agent Hub
Back to plugins
⚙️

godot-bridge

Workflow Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Smalldy/godot-bridge

Paste the following prompt into your AI chat to install this plugin:

Install the godot-bridge plugin in DeepSeek Harness from the full source repository at https://github.com/Smalldy/godot-bridge.

About this plugin

godot-bridge addresses a practical gap in agent-assisted game development: it lets DeepSeek Harness do more than read or edit Godot project files. It interacts with a running Godot 4.x game directly through the game's own TCP interaction server, without requiring an extra MCP protocol, Python server, or editor addon.

The plugin can launch and stop a debug build, collect incremental debug output, and send interaction commands such as scene-tree queries, UI inspection, property access, method calls, clicks, key presses, and screenshots. It also supports headless static operations, including scene and node work, script validation, project settings, autoloads, input maps, export presets, and project export. Because the in-game protocol stays compatible with godot-mcp, existing game-side setups and workflows can keep working.

This is a good fit for developers who want an agent inside DSH to test, debug, and scaffold Godot projects directly, as well as users already relying on godot-mcp who want a more native DSH toolchain.

Use Cases

  • Launch and debug Godot 4.x projects
  • Inspect game output and screenshots
  • Manage scenes, scripts, and export settings

Best For

  • Developers working with Godot 4.x
  • Users who want agents to help debug games
  • Users migrating godot-mcp workflows