
GodotIQ
โ 52from salvo10f
The intelligent MCP server for AI-assisted Godot 4 development. 35 tools for spatial intelligence, code understanding, flow tracing, and visual debugging. 22 free, full suite $19.
GodotIQ
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, and 38 tools.
Version: 0.5.15 Repository: https://github.com/salvo10f/godotiq
Pro tier
The full suite of analysis tools (dependency graphs, impact checks, scene/spatial mapping, signal/flow tracing) ships as an optional Pro bundle. Community mode shows rich previews of every Pro tool so you can see what you'd unlock before upgrading.
Upgrade to Pro: https://godotiq.com/pro
Pro activation uses a signed-receipt model โ no network I/O on the hot path once activated. Commerce is powered by polar.sh.
Documentation
- Full docs: https://godotiq.com/docs
- Issue tracker: https://github.com/salvo10f/godotiq/issues
pip install godotiq==0.5.13Before it works, you'll need: GODOTIQ_PROJECT_ROOT
Install
pip install godotiq==0.5.15For AI clients, no manual install is required. Use uvx in your MCP config so the
client auto-installs GodotIQ on first use:
{
"mcpServers": {
"godotiq": {
"command": "uvx",
"args": ["godotiq"],
"env": {
"GODOTIQ_PROJECT_ROOT": "/path/to/your/godot/project"
}
}
}
}For Pro, add "GODOTIQ_LICENSE_KEY": "YOUR_POLAR_LICENSE_KEY" to the same env
block. Do not wrap uvx with the Unix-only env command; this config works on
Windows, macOS, and Linux.
Install the Godot addon into a project:
uvx godotiq install-addon /path/to/your/godot/projectOr clone and install the Godot addon directly from godot-addon/addons/godotiq/.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MITโ you can use, modify, and redistribute it under that license's terms.
License
MIT โ see LICENSE.