Skip to main content
Glama
459,196 tools. Updated 2026-08-17 06:18

"Godot Engine" matching MCP tools:

  • Returns the installed Godot engine version for compatibility checks, e.g., verifying Godot 4.4+ features like UID.
    MIT
  • Summarize a Godot project's key details including name, engine version, main scene, autoloads, input actions, enabled features, and resource breakdown.
    MIT
  • Retrieve the installed Godot engine version and platform details to verify compatibility and configure development environments for game projects.
    MIT
  • Get Godot project name, engine version, main scene, viewport size, renderer, and autoloads to configure your development environment.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Auditable US clean-energy tax-credit scenarios for 45Q, 45V, 45Y, 48E, and 45X.

  • Grant, investor & policy narrative generation for conservation work.

  • Search local Godot documentation for classes, methods, properties, signals, and constants using free-text queries or specific filters to find relevant engine information.
    MIT
  • Check the status and capabilities of the Godot Engine provider connected to the MCP server.
    MIT
  • Inject the MCP bridge into a Godot process you launch yourself, then wait for the bridge to respond. Call before Godot starts to ensure the bridge registers and get the resolved port.
    MIT
  • Execute GDScript code within the Godot editor to query engine state, access project settings, or perform quick operations using EditorScript functionality.
    MIT
  • Retrieve Godot project metadata: name, path, version, and structure counts. Omit projectPath to get only the Godot version for capability checks.
    MIT
  • Search Godot 4.x API documentation for classes, methods, or terms. Detects Godot 3 queries and suggests 4.x equivalents to prevent migration errors.
    MIT
  • Retrieve authoritative Godot engine class and member documentation with signatures and defaults, ensuring accuracy for your specific editor version.
    Apache 2.0
  • Retrieve Godot's resolved scene tree with node types, scripts, properties, and signal connections, as instantiated by the engine. Useful for inspecting inherited scenes and instanced children not visible through GDScript analysis.
    Apache 2.0
  • Check the installed Godot version to ensure compatibility and identify the correct engine features for your project.
    MIT
  • Generates a complete compilable godot-cpp GDExtension project skeleton with source files, register types, build configuration, and .gdextension manifest. Aligns with the official godot-cpp example.
    MIT