Godot-MCP
by IvanMurzak
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GODOT_MCP_HOST | No | The custom server URL. Must be an absolute http(s) URL or it falls back to the default. | http://localhost:8080 |
| GODOT_MCP_TOKEN | No | Bearer token, routed to the active mode's token. Surrounding quotes are trimmed. | |
| GODOT_MCP_CLOUD_URL | No | Override the cloud base URL. A trailing /mcp is stripped if present. | https://ai-game.dev |
| GODOT_MCP_LOG_LEVEL | No | Log-verbosity threshold. Values: Trace, Debug, Info, Warn, Error, Fatal, None. | |
| GODOT_MCP_AUTH_OPTION | No | Whether Custom mode sends a bearer token. Values: None or Required. | None |
| GODOT_MCP_CONNECTION_MODE | No | Force the mode: Cloud or Custom (case-insensitive). Default is Cloud. | Cloud |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/IvanMurzak/Godot-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server