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 GDAI MCP plugin enables AI to remotely control the Godot Engine editor, automating tasks like scene creation, node manipulation, script editing, and debugging.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
mcp-cli
Manages and deploys Model Context Protocol (MCP) server configurations (local, container, remote) to various AI tools, simplifying their setup and profile switching.