Skip to main content
Glama

Related Servers

Alternatives to godot-forge

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol server that enables AI assistants to interact with the Godot game engine, allowing them to launch the editor, run projects, capture debug output, and control project execution.
    14
    229 npm
    5,583
    MIT

Related Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Offline static correctness MCP server for Godot 4.x GDScript projects that lints code, looks up API symbols, and validates scenes/resources, all without a running editor.
    2 npm
    Creative Commons Attribution Non Commercial No Derivatives 4.0 International
  • A
    license
    A
    quality
    A
    maintenance
    Zero-sidecar MCP server embedded directly in the Godot 4 editor as a GDScript EditorPlugin — no Node or Python sidecar. Reflection-driven tools over any engine class, validate-before-write GDScript, scene/script/resource authoring, and a runtime play-test loop (play, screenshot, input, assert).
    55
    22
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A TypeScript MCP server bridging MCP clients to Godot 4 editor, enabling scene, node, script editing and more via WebSocket.
    229 npm
    MIT

TDQS

A4.1/5.0

Scored across 8 tools

Disambiguation5/5

Each tool addresses a distinct concern: testing, documentation lookup, diagnostics, scene analysis, script analysis, project execution, screenshots, and project metadata. There is no functional overlap, and the descriptions clearly delineate their purposes.

Naming Consistency4/5

All tools share the 'godot_' prefix and most follow a verb_noun pattern (run_tests, search_docs, get_diagnostics, analyze_scene, analyze_script, run_project, get_project_info). 'godot_screenshot' deviates slightly as a noun-only name, but it remains unambiguous and consistent with the overall style.

Tool Count5/5

With 8 tools, the surface is well-scoped for a Godot development assistant. Each tool serves a clear purpose in the workflow without unnecessary bloat or missing essential capabilities.

Completeness4/5

The toolset covers the core development cycle: test execution, documentation, diagnostics, static analysis of scenes and scripts, project running, and visual capture. Minor gaps exist, such as lack of scene editing or deployment support, but these are outside the intended analysis/run scope and do not create dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues