AI chat and agent tooling for Godot, with both MCP support and in-built native chat window.
# Add to your Claude Code skills
git clone https://github.com/fennaraOfficial/fennara-godot-aiGuides for using ai agents skills like fennara-godot-ai.
Last scanned: 6/27/2026
{
"issues": [
{
"file": "README.md",
"line": 48,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/fennaraOfficial/fennara-godot-ai/ma\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-06-27T06:53:55.612Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}fennara-godot-ai is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fennaraOfficial. AI chat and agent tooling for Godot, with both MCP support and in-built native chat window. It has 247 GitHub stars.
Yes. fennara-godot-ai passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/fennaraOfficial/fennara-godot-ai" and add it to your Claude Code skills directory (see the Installation section above).
fennara-godot-ai is primarily written in C++. It is open-source under fennaraOfficial on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh fennara-godot-ai against similar tools.
No comments yet. Be the first to share your thoughts!
English · 简体中文 · Español · Português do Brasil · 日本語 · 한국어 · Русский · Français · Deutsch · Türkçe
Used by Godot developers and teams, including Somni Game Studios.
Fennara gives AI assistants a live connection to Godot. Use it from MCP-capable apps like Codex, Claude, Cursor, Gemini, and Antigravity, or from the optional in-editor chat dock.
Agents can inspect scenes, check scripts, capture screenshots, read runtime errors, and validate changes inside the editor instead of guessing from project files alone.
External MCP apps and the built-in chat use separate model settings. See MCP Apps And Built-In Chat and Built-In Chat Providers.
For the full install walkthrough, see Setup.
res://addons/fennara/fennara CLI installed in Fennara app dataThe built-in chat dock uses the platform webview: Microsoft Edge WebView2 on Windows, WKWebView/WebKit on macOS, and a Fennara-managed shared CEF runtime on Linux. MCP tools still work if the optional chat dock cannot start.
On Windows and Linux, choose either the addon or CLI install. On macOS, use the CLI install below if you want to avoid the macOS security notification that can appear after manually downloading and extracting the addon ZIP.
fennara-addon-latest.zip, and extract its addons/fennara/ folder into your project.Open the project, select the Fennara dock, and press Set Up Fennara.
Fennara is an editor dependency, not a game runtime dependency. During export,
the editor plugin removes its runtime autoload from the exported project and
skips res://addons/fennara/ and res://.fennara/. The editor project is
restored after the export finishes. If a CI checkout excludes the addon with
.gitignore, run fennara prepare-export --project path/to/project before
starting Godot, or install the addon in that checkout. Godot validates autoload
paths before export plugins can run, so this preparation must happen first.
macOS: The release addon contains a native library that is not currently Apple-notarized. If you download the addon ZIP through a browser and extract it manually, macOS may report that it cannot verify
libfennara.macos.editoris free of malware. To avoid this notification, use the CLI installation below. If you already see the notification, close Godot, remove the manually copiedaddons/fennara/folder, then install Fennara with the CLI.
The CLI installs the same Fennara addon. It is the recommended installation method on macOS because it avoids the browser and Finder quarantine path that causes the notification described above.
Install the CLI on Windows:
irm https://raw.githubusercontent.com/fennaraOfficial/fennara-godot-ai/main/install.ps1 | iex
Or on macOS and Linux:
curl -fsSL https://raw.githubusercontent.com/fennaraOfficial/fennara-godot-ai/main/install.sh | sh
Then run Fennara from your Godot project:
cd path/to/your-godot-project
fennara install
See Setup for troubleshooting and Fennara CLI for the complete command reference.
Open Chat Settings > Chat, select Open providers, and connect a provider. Fennara uses your own key for cloud providers (BYOK). You can also use a local Ollama or LM Studio server. See the supported provider list.
Open Chat Settings > MCP Apps, find your app, and press Set Up.
You can also connect an app from the terminal:
fennara mcp-setup --codex
fennara mcp-setup --help
If your MCP app is not listed in Chat Settings, see MCP Setup for the complete app list and manual configuration instructions.
When the Fennara dock shows Update, press it and follow the prompts.
Upgrading from Fennara v0.3.8 or older: Reinstall the CLI once with the platform install command above before running
fennara update. Those CLI versions resolve a retired release tag and cannot discover current releases. Reinstalling the CLI switches future updates to GitHub's Latest Release endpoint and does not remove your existing project addon or settings.
macOS users upgrading from Fennara v0.3.11: Reinstall the CLI once with the macOS install command above before updating. The v0.3.11 CLI rejects the existing macOS framework bundle before it can self-update. Reinstalling only replaces the CLI; it does not remove your project addon or settings.
To update from the terminal, close Godot and run:
cd path/to/your-godot-project
fennara update
See Update Fennara for recovery and diagnostics.
Fennara exposes a small set of Godot-aware tools:
The goal is not to replace an agent's normal file tools. Fennara gives the missing Godot feedback loop.
Fennara sends one anonymous active-installation event at most once per UTC day after Godot connects. It contains a random installation UUID, Fennara and Godot versions, operating system, and CPU architecture. It does not contain project data, paths, prompts, tool activity, logs, screenshots, or account information.
Telemetry can be disabled in Chat Settings > Chat > Anonymous telemetry,
with FENNARA_DISABLE_TELEMETRY=true, or with DO_NOT_TRACK=1. See Anonymous
Telemetry for the complete payload, storage, transport, and
opt-out contract.
Watch a hands-on Fennara walkthrough:
More videos:
See Demos for more videos from the Fennara channel.
| Start with... | When you need... |
|---|---|
| Documentation home | Every guide and reference page |
| Setup | Installation, updates, and troubleshooting |
| Chat providers | Built-in chat models and keys |
| MCP setup | Codex, Claude, Cursor, and other MCP apps |
| Tools | The Godot feedback available to agents |
| Anonymous telemetry | Data collected, delivery behavior, and opt-out controls |
| Contributing | Development and pull request guidance |
Questions, setup help, and early feedback are welcome on Discord:
https://discord.com/invite/3fF4ft9PTk
See LICENSE.md.