
mebo
THE AI IDE for Godot
11 followers
THE AI IDE for Godot
11 followers
mebo is a standalone AI IDE for the Godot Engine. Its agent indexes your whole project: scenes, scripts, signals — and edits the live editor through a bridge addon: build scenes, wire signals, press play from chat. Every answer is grounded in the official docs for your Godot version (no more Godot 3 API hallucinations), every edit is verified by real diagnostics, and nothing touches your project until you approve the diff. GDScript + C#. macOS, Windows, Linux. Free trial, no card required.





One thing that would help a lot is letting the agent suggest commits with clear messages as it makes changes, so you can roll back a bad iteration without having to manually dig through the chat history.
@natalie_abe Great suggestion! mebo has a full rollback by chat message and a history display where you can go back to a previous iteration :)
Love how the docs-grounding is baked in per Godot version instead of just hoping the model knows the right API. That diff approval step before anything touches the project is a really thoughtful safety choice.
@kellen_qiu Thank you :D
The grounding in your exact Godot version's docs is such a smart call. Anyone who has debugged hallucinated Godot 3 code at 2am knows that bridge addon approach is going to save real time.
@christianbale Thank you :D