Heren Godot MCP: Persistent WebSocket Daemon Cuts AI–Godot Interaction Latency to ~20ms

Heren Godot MCP is a new MCP (Model Context Protocol) server that connects AI assistants to the Godot engine via a persistent WebSocket daemon. Unlike other MCP servers that launch a fresh Godot process per request, Heren keeps the engine alive in the background, enabling near‑instant interaction.
Key Design Differences
- Persistent daemon: Once launched, Godot stays alive and responsive — no cold start per operation.
- Benchmarked latency: Operations complete in ~20ms instead of waiting for full engine cold start.
- Resource persistence: Sub‑resources like collision shapes, materials, and environments remain intact in scene files across commands.
- Automatic shutdown: The daemon shuts itself down after three minutes of inactivity to save resources.
15 Tools Covering Full Workflow
Heren exposes 15 tools covering:
- Scene management
- Node manipulation
- Resource editing
- Script editing
- Shader management
- Animation control
- Validation and debugging
Built‑in Debug System
AI assistants get access to real‑time debugging features:
- Breakpoints
- Stack traces
- Watch variables
- Console output
- GPU‑accelerated screenshots — the AI can see the viewport and real‑time coordinates for visual feedback
Signal & Batch Operations
Signal connections, batch operations, and script editing feel smooth because there's no "stop‑and‑go" rhythm of repeatedly launching and quitting the engine.
Open Source & Bilingual
The project is open source, completely free, and available in both English and Spanish.
📖 Read the full source: r/ClaudeAI
👀 See Also

SideX: A Tauri-Based Port of Visual Studio Code
SideX is a port of Visual Studio Code that replaces Electron with Tauri, using a Rust backend and the OS's native webview. The project claims the same architecture with 96% smaller size, with core editing and terminal functionality currently working.

Ollama Update Adds OpenClaw Support for Kimi k2.5 Cloud Model
Ollama has released an update that integrates OpenClaw support for cloud models, including free access to the Kimi k2.5 model with web search functionality, running on NVIDIA data centers.

Gemma Gem: On-Device AI Agent for Browser Automation via WebGPU
Gemma Gem is a Chrome extension that runs Google's Gemma 4 model (2B or 4B) entirely on-device using WebGPU, with no API keys or cloud dependencies. It provides tools to read page content, take screenshots, click elements, type text, scroll, and run JavaScript through a chat interface.

Skales: Desktop AI Agent with Ollama Support, 300MB Idle RAM
Skales is a native Electron desktop app that provides an autonomous AI agent with .exe/.dmg installers, works with Ollama for local inference or cloud providers, and uses ~300MB idle RAM with data stored locally in ~/.skales-data.