godotmcp
Verified Safeby RectangleEquals
Overview
AI-powered management of Godot game projects, enabling AI assistants to perform project management, file operations, git tracking, and debugging.
Installation
docker run -it --rm -e GODOTAI_HOST=host.docker.internal -e GODOTAI_PORT=9876 godotmcp:latestEnvironment Variables
- MCP_HOST
- MCP_PORT
- GODOTAI_HOST
- GODOTAI_PORT
- GODOTAI_TIMEOUT
Security Notes
The GodotMCP server acts as a proxy between Claude Desktop and the GodotAI GDExtension. It does not directly perform file or git operations, relying on GodotAI for these. The Python codebase itself appears clean, without 'eval', obfuscation, or hardcoded secrets. Network communication is local (127.0.0.1) for the MCP server and uses 'host.docker.internal' for connecting to GodotAI, suggesting an isolated Docker deployment. A critical security feature is the 'User Approval' workflow for all AI-suggested file modifications and deletions, which significantly mitigates risks. However, the overall system's security heavily depends on the GodotAI GDExtension (not provided here) and the user's diligence in reviewing changes. Potential risks include the powerful nature of an AI having control over a project, and the need for a secure GodotAI implementation.
Similar Servers
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
gdai-mcp-plugin-godot
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.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.