gdai-mcp-plugin-godot
by 3ddelano
Overview
The plugin enables AI models to directly control and automate tasks within the Godot Game Engine editor, such as scene creation, node manipulation, script editing, and debugging.
Installation
No command providedSecurity Notes
The actual plugin source code (beyond README.md) is not provided, making a thorough security audit impossible. The plugin grants external AI clients significant control over the Godot editor and its project files, including reading, writing, and executing scripts. This high level of control inherently carries security risks. If the connected MCP client or the underlying AI model were compromised, it could lead to unauthorized modifications, data exfiltration, or arbitrary code execution within the user's development environment. The README's advice to "not commit the plugin to the public repository of your game" suggests a potential for sensitive exposure or misuse if not carefully managed. Without details on network communication security, input sanitization, and access control mechanisms, the potential for vulnerabilities remains significant.
Similar Servers
cocos-mcp-server
Enables AI assistants to interact with the Cocos Creator editor through a Model Context Protocol (MCP) server, providing control over scene, node, component, asset, and project operations.
Unreal_mcp
High-performance bridge and automation server for Unreal Engine, enabling programmatic control, data processing, and asset authoring through a WebSocket API and optional WebAssembly acceleration.
UnityNaturalMCP
Integrates Unity Editor with Model Context Protocol (MCP) clients like AI coding assistants, enabling direct execution of Unity C# tools from these clients.
marionette_mcp
Enables AI agents to inspect and interact with running Flutter applications for automated testing and runtime interaction.