GodotIQ
GodotIQ
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, and 38 tools.
Version: 0.5.15 Repository: https://github.com/salvo10f/godotiq
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/.
Related MCP server: Gear
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
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that gives AI assistants direct control over Godot 4 game development projects. It enables launching the editor, running projects, creating and editing scenes, writing GDScript, and inspecting assets through natural language commands.Last updated44434MIT
- AlicenseAqualityBmaintenanceAn MCP server that enables AI assistants to directly run, inspect, modify, and debug Godot game development projects through 110+ tools covering scenes, scripts, resources, runtime debugging, and asset management.Last updated33212MIT
- AlicenseBqualityDmaintenanceAdvanced MCP server for Godot 4.6+ with 63 professional tools, enabling AI-assisted game development with backup/rollback, deep script validation, and project health diagnostics.Last updated631804MIT
- AlicenseCqualityAmaintenanceAn MCP server providing AI assistants with 149 tools to fully control the Godot game engine, including runtime code execution, scene manipulation, physics, audio, networking, animation, and more.Last updated10071382MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/salvo10f/godotiq'
If you have feedback or need assistance with the MCP directory API, please join our Discord server