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

Claude Code Plugin Yoink Replaces Library Dependencies to Reduce Supply Chain Risk
Yoink is a Claude Code plugin that removes complex dependencies by reimplementing only needed functions, using a three-step workflow with /setup, /curate-tests, and /decompose commands. It currently supports Python with TypeScript and Rust support underway.

23 Agent Skills for iOS 26 Development with SwiftUI and Swift 6.2
A developer created 23 agent skills targeting iOS 26+ and Swift 6.2 to address hallucination issues with deprecated APIs and outdated patterns. The skills cover SwiftUI, SwiftData, StoreKit 2, push notifications, networking, concurrency, accessibility, localization, WidgetKit, MapKit, and more.

Humanizer Pipeline Open-Sourced: Six-Step Markdown File for AI Text Post-Processing
A single Markdown file implements a six-step pipeline to detect and rewrite AI-generated text, with channel awareness, voice calibration, severity gates, and self-audit passing.

NPCterm: Full PTY Terminal Emulator for AI Agents via MCP
NPCterm provides AI agents with full terminal access through a headless, in-memory PTY terminal emulator exposed via MCP. It includes 15 MCP tools for terminal control, process state detection, and support for TUI applications.