GodotIQ MCP Server Gives AI Coding Agents Spatial Understanding of Godot Scenes

GodotIQ is a new MCP server that gives AI coding agents a true understanding of the 2D/3D scene, the code, and the editor in Godot. The developer argues that most coding agents work blindly: they read files but don’t know where nodes are in space, don’t understand signals, and can’t see what calls what. GodotIQ solves this by providing spatial intelligence and advanced code analysis.
Key Features
- 22 tools in the free tier – enough to explore the workflow.
- Pro tier (one-time fee of $19) unlocks full spatial intelligence and advanced code analysis, designed for complex projects. The developer used this tier to create the game Neuroforge.
- Works with any MCP client: Claude Code, Cursor, Codex, Windsurf.
- Available via pip:
pip install godotiq
Live Demo
To test it, the developer gave the agent free assets and a prompt, then let it run for about an hour. The agent autonomously produced a mini twin-stick survivors-style game with waves, bosses, power-up cards, audio, and shaders. It also performed visual debugging when something wasn’t working.
You can try it in your browser at godotiq.com (desktop only).
Installation
pip install godotiqMore info at godotiq.com
This tool is for Godot developers who want to use AI coding agents with full understanding of scene structure and code dependencies, rather than relying on agents that only read flat files.
📖 Read the full source: r/ClaudeAI
👀 See Also

Memento v1.0: Local Persistent Memory for AI Coding Agents
Memento v1.0 is a fully local memory layer for AI coding agents that runs embeddings, storage, and search on your machine with no cloud dependencies. It uses all-MiniLM-L6-v2 embeddings, HNSW indexing, and supports multiple IDEs with 17 MCP tools.

X-MCP 2.0: MCP Server for X/Twitter API Access from Claude
X-MCP 2.0 is an MCP server that connects Claude Desktop and Claude Code to the X/Twitter API v2 with OAuth 2.0 PKCE authentication, providing 10 tools for posting tweets, searching, getting timelines, liking, retweeting, replying, and viewing profiles.

Claude Code Plugin 'nice-figures' Creates Research-Blog Style Matplotlib Plots
nice-figures is a Claude Code plugin that generates matplotlib figures matching Anthropic's soft-pastel research blog style. Includes 16 chart recipes, zero extra dependencies, and automatic styling.

Claude Session Tracker: Auto-Save Claude Code Sessions to GitHub Issues
A new tool called claude-session-tracker automatically saves Claude Code sessions to GitHub Issues, logging every prompt and response as comments with timestamps. It creates one GitHub Issue per session linked to a Projects board and works through Claude Code's native hook system without consuming context tokens.