Skip to main content
Glama

Godot MCP

by Coding-Solo

run_project

Execute a Godot project and capture its output by specifying the project path and optional scene. Ideal for testing and debugging within the Godot MCP server environment.

Instructions

Run the Godot project and capture output

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the Godot project directory
sceneNoOptional: Specific scene to run

Input Schema (JSON Schema)

{ "properties": { "projectPath": { "description": "Path to the Godot project directory", "type": "string" }, "scene": { "description": "Optional: Specific scene to run", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

Other Tools from Godot MCP

Related Tools

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/Coding-Solo/godot-mcp'

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