Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CINoIf 'true', disables telemetry even if GODOT_MCP_TELEMETRY is enabled, to avoid synthetic events in CI.false
DEBUGNoEnable verbose logging. Default: 'false'.false
GODOT_PATHNoPath to the Godot executable. Default: auto-search (PATH/registry/Scoop/Downloads).auto-search
GODOT_MCP_SANDBOXNoSet to 'disabled' to disable GDScript injection scanning (development only).enabled
GODOT_PROJECT_PATHNoDefault project path. Default: auto-detect cwd (search upward for project.godot).auto-detect
GODOT_MCP_TELEMETRYNoOpt-in anonymous telemetry (default off). Default: 'false'.false
ALLOWED_PROJECT_PATHSNoDeny-by-default whitelist of allowed project paths to prevent path traversal.
GODOT_MCP_ALLOW_UNSAFENoWhen 'false', forces unsafe operations to require explicit confirmation in untrusted environments.true
GODOT_MCP_SEARCH_PATHSNoAdditional Godot search directories (semicolon-separated). No default.
GODOT_MCP_ALLOWED_GODOT_PATHSNoWhitelist of Godot binary paths (semicolon-separated, realpath normalized). Empty allows all (with signature verification fallback). In multi-user/untrusted environments, explicitly list trusted Godot paths to prevent spawning arbitrary binaries.empty (allow all)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/wgt19861219/godot-mcp-enhanced'

If you have feedback or need assistance with the MCP directory API, please join our Discord server