Skip to main content
Glama

Gear

Made with Godot npm

Gear를 사용하면 AI 어시스턴트가 귀하의 Godot 프로젝트를 직접 실행, 검사, 수정 및 디버깅할 수 있습니다.


빠른 시작 (3분)

환경 요구 사항

  • Godot 4.x

  • Node.js 18+

  • MCP 지원 클라이언트 (Claude Desktop, Cursor, Cline 등)

1) Gear 실행

npx -y gear

또는 전역 설치:

npm install -g gear-godot-mcp
gear

2) MCP 클라이언트 설정

Claude Desktop 등 클라이언트의 설정 파일에 다음을 추가하세요:

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

3) 다음 명령어들을 시도해 보세요

  • "/your/projects 디렉터리에 있는 모든 Godot 프로젝트 나열"

  • "scenes/Player.tscn 생성, 루트 노드는 CharacterBody2D로 설정"

  • "프로젝트 실행, 디버그 출력 가져오기, 오류 수정"


Related MCP server: Godot MCP Enhanced

Gear를 사용하는 이유

핵심 장점

특징

설명

실시간 피드백

게임 실행, 로그 확인, 즉각적인 수정

110개 이상의 도구

장면/스크립트/리소스/런타임/LSP/디버깅/입력/에셋 지원

토큰 효율성

기본적으로 33개의 핵심 도구만 노출하며 필요 시 활성화

동적 도구 그룹

도구 검색 시 관련 도구 그룹 자동 활성화

심층 통합

ClassDB 쿼리, 런타임 검사, 중단점 디버깅

사용 사례

  • ✅ AI를 활용해 개발 속도를 높이려는 1인 개발자

  • ✅ AI가 실제 프로젝트/런타임 상태를 이해해야 하는 팀

  • ✅ 고도화된 디버깅 워크플로우 (중단점, 스택 추적, 런타임 검사)


도구 사용 모드

도구 노출 수준

Gear는 세 가지 도구 노출 모드를 제공합니다:

모드

도구 수

설명

compact (기본값)

33 핵심 + 78 필요 시 활성화

토큰 효율적, 필요 시 로드

full

110+

전체 노출

legacy

110+

full과 동일

compact 모드의 동적 도구 그룹

compact 모드에서는 78개의 추가 도구가 22개의 동적 도구 그룹으로 구성됩니다:

도구 그룹

도구 수

설명

scene_advanced

3

노드 복제, 부모 재설정, 스프라이트 로드

runtime

4

런타임 장면 검사, 속성 수정

dap

6

중단점, 단계별 실행, 스택 추적

lsp

3

코드 완성, 호버, 심볼 목록

testing

6

스크린샷, 입력 주입

animation

5

애니메이션, 트랙, 상태 머신

resource

4

재질, 셰이더, 리소스 생성

...

...

추가 항목 존재

도구 그룹 사용 방법

1. 자동 활성화 (권장)

tool.catalog를 사용하여 관련 도구를 검색하면 일치하는 도구 그룹이 자동으로 활성화됩니다.

2. 수동 활성화

tool.groups를 사용하여 특정 도구 그룹을 수동으로 활성화합니다. "디버깅을 위해 dap 도구 그룹 활성화"

3. 비활성화

tool.groups를 사용하여 활성화된 그룹을 재설정합니다.


설치 방법

방법 A: npx (권장)

npx -y gear

방법 B: 전역 설치

npm install -g gear-godot-mcp
gear

방법 C: 소스 코드 설치

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

기능 요약

장면 편집

  • 장면 생성, 노드 추가/삭제

  • 노드 속성 수정

  • 노드 부모 재설정

스크립트 워크플로우

  • 스크립트 생성/수정

  • 스크립트 구조 분석

  • 심볼 이름 변경

런타임 디버깅

  • 런타임 장면 트리 검사

  • 중단점 설정, 단계별 실행

  • 변수 값 확인

입력 및 스크린샷

  • 키보드/마우스 입력 주입

  • 게임 화면 캡처

  • 뷰포트 캡처

에셋 관리

  • CC0 에셋 검색 (Poly Haven, AmbientCG, Kenney)

  • 프로젝트로 에셋 다운로드


환경 변수

변수

용도

기본값

GEAR_TOOL_PROFILE

도구 노출 모드

compact

GODOT_PATH

Godot 실행 파일 경로

자동 감지

GODOT_BRIDGE_PORT

브리지 서비스 포트

6505

GEAR_TOOLS_PAGE_SIZE

도구 목록 페이지 크기

33

DEBUG

디버그 로그

false


자주 묻는 질문

문제

해결책

Godot을 찾을 수 없음

GODOT_PATH 환경 변수 설정

도구 목록이 비어 있음

MCP 클라이언트 재시작

프로젝트 경로가 유효하지 않음

project.godot 파일 존재 확인

런타임 도구가 작동하지 않음

runtime addon 플러그인 설치 및 활성화

필요한 도구를 찾을 수 없음

tool.catalog를 사용하여 관련 도구 그룹 검색 및 활성화


관련 링크

라이선스

MIT — 자세한 내용은 LICENSE를 참조하세요.

감사의 말

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