Fennara: Godot Plugin + MCP for AI Agents with Iterative Feedback Loop

Fennara is a dual-mode tool for Godot: it runs as an in-editor plugin and as an MCP (Model Context Protocol) server, meaning it can integrate with AI coding agents like Codex, Cursor, and Claude Code. The key differentiator isn't just that AI can execute Godot commands — it's the feedback loop after each command.
When an agent edits a script or scene, Fennara returns:
- Script diagnostics
- Scene validation results
- Runtime errors
- Node hierarchy and inspector data
- Screenshots of the current editor view
- Semantic search results against your project
This allows the agent to iteratively patch and rerun logic instead of guessing blindly. The creator demonstrated a workflow where a concept image is fed to Codex, which then uses the Fennara MCP to reconstruct the scene in Godot, iterating on visual and gameplay feedback.
Fennara is available at fennara.io.
Who It's For
Godot developers experimenting with AI-assisted coding who want more than one-shot command execution — specifically, those who want real-time feedback and correction cycles inside the editor.
📖 Read the full source: r/ClaudeAI
👀 See Also

Airbyte Agents: A Pre-Indexed Context Layer for AI Agents vs Raw API MCPs
Airbyte launches Airbyte Agents, a context layer that pre-indexes data from operational systems (Slack, Salesforce, Linear, Zendesk, Gong) to reduce agent token consumption by up to 90% compared to direct vendor MCPs.

SkyClaw: Rust AI Agent Runtime for Cloud VPS with Telegram Control
SkyClaw is a 6.9 MB Rust-based AI agent runtime designed for cloud VPS deployment with Telegram as the sole interface. It executes shell commands, browses the web via headless Chrome, reads/writes files, and fetches URLs with multi-round tool chaining.

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Claude Code Skills for Automated Project Scaffolding
A developer has built Claude Code skills that automate full-stack project setup with commands for React, Next.js, Node.js APIs, and Turborepo monorepos. The skills pull latest dependencies, support 50+ integrations, and are MIT licensed.