Gear
Gear
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
gear2) 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는 세 가지 도구 노출 모드를 제공합니다:
모드 | 도구 수 | 설명 |
| 33 핵심 + 78 필요 시 활성화 | 토큰 효율적, 필요 시 로드 |
| 110+ | 전체 노출 |
| 110+ |
|
compact 모드의 동적 도구 그룹
compact 모드에서는 78개의 추가 도구가 22개의 동적 도구 그룹으로 구성됩니다:
도구 그룹 | 도구 수 | 설명 |
| 3 | 노드 복제, 부모 재설정, 스프라이트 로드 |
| 4 | 런타임 장면 검사, 속성 수정 |
| 6 | 중단점, 단계별 실행, 스택 추적 |
| 3 | 코드 완성, 호버, 심볼 목록 |
| 6 | 스크린샷, 입력 주입 |
| 5 | 애니메이션, 트랙, 상태 머신 |
| 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)
프로젝트로 에셋 다운로드
환경 변수
변수 | 용도 | 기본값 |
| 도구 노출 모드 |
|
| Godot 실행 파일 경로 | 자동 감지 |
| 브리지 서비스 포트 |
|
| 도구 목록 페이지 크기 |
|
| 디버그 로그 |
|
자주 묻는 질문
문제 | 해결책 |
Godot을 찾을 수 없음 |
|
도구 목록이 비어 있음 | MCP 클라이언트 재시작 |
프로젝트 경로가 유효하지 않음 |
|
런타임 도구가 작동하지 않음 | runtime addon 플러그인 설치 및 활성화 |
필요한 도구를 찾을 수 없음 |
|
관련 링크
라이선스
MIT — 자세한 내용은 LICENSE를 참조하세요.
감사의 말
원본 MCP 서버: Coding-Solo
Gear 기능 강화: HaD0Yun
프로젝트 시각화 기능 영감: tomyud1/godot-mcp
Maintenance
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
- AlicenseAqualityDmaintenanceAn 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.44304MIT
- AlicenseAqualityDmaintenanceAn 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.16MIT
- AlicenseCqualityAmaintenanceAn MCP server providing AI assistants with 149 tools to fully control the Godot game engine, including runtime code execution, scene manipulation, physics, audio, networking, animation, and more.10064394MIT
- AlicenseBqualityBmaintenanceThis 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.100215MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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