Skip to main content
Glama

Godot MCP

by Coding-Solo

run_project

Execute and monitor Godot projects by specifying the project path and optional scene. Capture debug output for efficient project testing and debugging with MCP server integration.

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" }
Install Server

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