godot-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to "true" for detailed server-side logging | |
| GODOT_PATH | No | Path to the Godot executable (overrides auto-detection) | |
| GODOT_MCP_ALLOWED_DIRS | No | Optional. Restrict run_project to projects under these roots (separated by ;, ,, or :). When unset, any project path is allowed. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| godot_catalogA | Browse the Godot MCP operation tree before choosing a domain tool |
| core_manageC | Godot core operations. Call godot_catalog for the operation tree. |
| project_manageB | Godot project operations. Call godot_catalog for the operation tree. |
| scene_manageD | Godot scene operations. Call godot_catalog for the operation tree. |
| filesystem_manageC | Godot filesystem operations. Call godot_catalog for the operation tree. |
| validation_manageC | Godot validation operations. Call godot_catalog for the operation tree. |
| runtime_manageC | Godot runtime operations. Call godot_catalog for the operation tree. |
| node_manageD | Godot node operations. Call godot_catalog for the operation tree. |
| input_manageD | Godot input operations. Call godot_catalog for the operation tree. |
| signal_manageD | Godot signal operations. Call godot_catalog for the operation tree. |
| animation_manageC | Godot animation operations. Call godot_catalog for the operation tree. |
| camera_manageC | Godot camera operations. Call godot_catalog for the operation tree. |
| physics_manageD | Godot physics operations. Call godot_catalog for the operation tree. |
| render_2d_manageD | Godot render_2d operations. Call godot_catalog for the operation tree. |
| render_3d_manageD | Godot render_3d operations. Call godot_catalog for the operation tree. |
| audio_manageC | Godot audio operations. Call godot_catalog for the operation tree. |
| ui_manageC | Godot ui operations. Call godot_catalog for the operation tree. |
| network_manageC | Godot network operations. Call godot_catalog for the operation tree. |
| system_manageC | Godot system operations. Call godot_catalog for the operation tree. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/XOVIET-GAME/godot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server