Forge Engine MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | The port to connect to the running Forge Engine instance over WebSocket. | 6550 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| forge_get_scene_treeA | Get the full scene tree of the currently open scene in Godot, including all nodes, their types, and hierarchy. |
| forge_add_nodeC | Add a new node to the Godot scene tree. Specify the parent path, node type (e.g., CharacterBody3D, Sprite2D, Camera3D), and name. |
| forge_remove_nodeB | Remove a node from the Godot scene tree by its path. |
| forge_move_nodeC | Move a node to a new parent in the scene tree. |
| forge_get_propertiesB | Get all editable properties of a node in the scene, including position, rotation, scale, and type-specific properties. |
| forge_set_propertyC | Set a property on a node. For example, set position, color, energy, or any exported property. |
| forge_get_signalsC | Get all signals available on a node. |
| forge_screenshotA | Capture a screenshot of the current Godot viewport. Returns a base64-encoded PNG image. Use this to "see" the game or editor state. |
| forge_get_resolutionA | Get the current viewport resolution (width and height). |
| forge_run_projectA | Run the Godot project (play the game). Equivalent to pressing F5 in the editor. |
| forge_stop_projectA | Stop the running Godot project. Equivalent to pressing the stop button. |
| forge_open_sceneC | Open a scene file in the Godot editor. |
| forge_save_sceneB | Save the currently edited scene to disk. |
| forge_get_scriptB | Read the source code of a GDScript (.gd) or C# (.cs) file. |
| forge_set_scriptA | Write/update the source code of a script file. The file will be saved and reloaded in the editor. |
| forge_list_filesB | List files and directories in a project path. |
| forge_execute_gdscriptB | Execute arbitrary GDScript code in the editor context. Useful for quick automation tasks. |
| forge_get_outputC | Get recent console output from the Godot editor. |
| forge_set_breakpointC | Set a breakpoint in a GDScript file at a specific line. |
| forge_evaluateC | Evaluate a GDScript expression during a debug session. |
| forge_statusA | Check the connection status to the Forge Engine editor |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mxn2020/forge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server