godot-mcp-lite
by baitang-bt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GODOT_MCP_PORT | No | The port the server listens on. Default is 6510. | 6510 |
| GODOT_MCP_DEBUG | No | Setting this to any value enables debug logging. Alternative to setting GODOT_MCP_LOG_LEVEL=debug. | |
| GODOT_MCP_LOG_DIR | No | Directory where log files are stored. Default is 'server/logs'. | server/logs |
| GODOT_MCP_PROJECT | No | The path to the Godot project that this server should serve. If not set, falls back to the current working directory. | |
| GODOT_MCP_FILE_LOG | No | Enable or disable file logging. Default is '1' (enabled). Set to '0' or 'false' to disable. | 1 |
| GODOT_MCP_LOG_LEVEL | No | Log level for file logging. Default is 'info'. Possible values: debug, info, warn, error. | info |
| GODOT_MCP_LOG_MAX_BYTES | No | Maximum log file size in bytes before rotation. Default is '2097152' (2 MiB). | 2097152 |
| GODOT_MCP_LOG_MAX_FILES | No | Maximum number of rotated log files to keep. Default is '5'. | 5 |
| GODOT_MCP_LOG_RETENTION_DAYS | No | Number of days to retain log files. Default is '0' (no day-based deletion). | 0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues