Skip to main content
Glama

Gear

Made with Godot npm

Gear ermöglicht es KI-Assistenten, deine Godot-Projekte direkt auszuführen, zu untersuchen, zu ändern und zu debuggen.


Schnellstart (3 Minuten)

Systemanforderungen

  • Godot 4.x

  • Node.js 18+

  • Ein MCP-kompatibler Client (Claude Desktop, Cursor, Cline, etc.)

1) Gear starten

npx -y gear

Oder global installieren:

npm install -g gear-godot-mcp
gear

2) MCP-Client konfigurieren

Füge dies zur Konfigurationsdatei deines Clients (z. B. Claude Desktop) hinzu:

{
  "mcpServers": {
    "godot": {
      "command": "npx",
      "args": ["-y", "gear"],
      "env": {
        "GODOT_PATH": "/path/to/godot"
      }
    }
  }
}

3) Probiere diese Befehle aus

  • "Liste alle Godot-Projekte im Verzeichnis /your/projects auf"

  • "Erstelle scenes/Player.tscn mit CharacterBody2D als Wurzelknoten"

  • "Führe das Projekt aus, rufe die Debug-Ausgabe ab und behebe den Fehler"


Related MCP server: Godot MCP Enhanced

Warum Gear?

Kernvorteile

Merkmal

Beschreibung

Echtzeit-Feedback

Spiel ausführen, Logs prüfen, sofort beheben

110+ Tools

Deckt Szenen/Skripte/Ressourcen/Laufzeit/LSP/Debugging/Eingabe/Assets ab

Token-effizient

Standardmäßig nur 33 Kern-Tools, Aktivierung bei Bedarf

Dynamische Tool-Gruppen

Automatische Aktivierung relevanter Gruppen bei der Suche

Tiefe Integration

ClassDB-Abfragen, Laufzeit-Inspektion, Breakpoint-Debugging

Anwendungsfälle

  • ✅ Indie-Entwickler, die KI zur Beschleunigung der Entwicklung nutzen

  • ✅ Teams, die möchten, dass die KI den tatsächlichen Projekt-/Laufzeitstatus versteht

  • ✅ Intensive Debugging-Workflows (Breakpoints, Stack-Traces, Laufzeit-Inspektion)


Tool-Nutzungsmodi

Tool-Expositionsstufen

Gear bietet drei Modi für die Tool-Exposition:

Modus

Anzahl der Tools

Beschreibung

compact (Standard)

33 Kern + 78 bei Bedarf

Token-effizient, Laden bei Bedarf

full

110+

Alle Tools exponiert

legacy

110+

Identisch mit full

Dynamische Tool-Gruppen im compact-Modus

Im compact-Modus sind 78 zusätzliche Tools in 22 dynamischen Tool-Gruppen organisiert:

Tool-Gruppe

Anzahl Tools

Beschreibung

scene_advanced

3

Knoten duplizieren, neu parenten, Sprites laden

runtime

4

Laufzeit-Szeneninspektion, Eigenschaftsänderungen

dap

6

Breakpoints, Einzelschritt-Ausführung, Stack-Traces

lsp

3

Code-Vervollständigung, Hover, Symbolliste

testing

6

Screenshots, Eingabe-Injektion

animation

5

Animationen, Tracks, Zustandsautomaten

resource

4

Materialien, Shader, Ressourcenerstellung

...

...

Und mehr

Verwendung von Tool-Gruppen

1. Automatische Aktivierung (Empfohlen)

Verwende tool.catalog, um nach relevanten Tools zu suchen; passende Gruppen werden automatisch aktiviert.

2. Manuelle Aktivierung

Verwende tool.groups, um spezifische Gruppen manuell zu aktivieren. "Aktiviere die dap-Gruppe zum Debuggen"

3. Deaktivierung

Verwende tool.groups, um aktivierte Gruppen zurückzusetzen.


Installation

Methode A: npx (Empfohlen)

npx -y gear

Methode B: Globale Installation

npm install -g gear-godot-mcp
gear

Methode C: Installation aus dem Quellcode

git clone https://github.com/HaD0Yun/Gear-godot-mcp.git
cd Gear-godot-mcp
npm install
npm run build
node build/index.js

Funktionsübersicht

Szenenbearbeitung

  • Szenen erstellen, Knoten hinzufügen/löschen

  • Knoteneigenschaften ändern

  • Knoten neu parenten

Skript-Workflow

  • Skripte erstellen/ändern

  • Skriptstruktur analysieren

  • Symbole umbenennen

Laufzeit-Debugging

  • Laufzeit-Szenenbaum untersuchen

  • Breakpoints setzen, Einzelschritt-Ausführung

  • Variablenwerte anzeigen

Eingabe & Screenshots

  • Tastatur-/Mauseingaben injizieren

  • Spielbildschirm aufnehmen

  • Viewport-Capture

Asset-Management

  • CC0-Assets suchen (Poly Haven, AmbientCG, Kenney)

  • Ressourcen ins Projekt herunterladen


Umgebungsvariablen

Variable

Zweck

Standardwert

GEAR_TOOL_PROFILE

Tool-Expositionsmodus

compact

GODOT_PATH

Pfad zur Godot-Executable

Automatische Erkennung

GODOT_BRIDGE_PORT

Bridge-Service-Port

6505

GEAR_TOOLS_PAGE_SIZE

Seitengröße der Tool-Liste

33

DEBUG

Debug-Logs

false


Häufig gestellte Fragen

Problem

Lösung

Godot nicht gefunden

GODOT_PATH Umgebungsvariable setzen

Tool-Liste leer

MCP-Client neu starten

Projektpfad ungültig

Sicherstellen, dass project.godot existiert

Laufzeit-Tools funktionieren nicht

Runtime-Addon-Plugin installieren und aktivieren

Tool nicht gefunden

tool.catalog zur Suche und Aktivierung nutzen


Lizenz

MIT — siehe LICENSE für Details.

Danksagungen

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server that gives AI assistants direct control over Godot 4 game development projects. It enables launching the editor, running projects, creating and editing scenes, writing GDScript, and inspecting assets through natural language commands.
    44
    30
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    An enhanced MCP server for interacting with the Godot game engine, enabling AI assistants to launch the editor, run projects, manage scenes and nodes, and handle scripts.
    16
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    This MCP server allows AI assistants to control the Godot editor and running games, enabling scene creation, script editing, input simulation, and gameplay testing through 174 tools.
    100
    215
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

View all MCP Connectors

Latest Blog Posts

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/wvfp/gear-mcp-server'

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