← Back to list

godot-mcp-dap-start
by AI-Original-Steak-Sauce
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: godot-mcp-dap-start description: Start or restart the Godot editor MCP server and debugger/DAP ports for this project. Use when MCP tools are missing, handshake fails, or the debug port is absent; includes a single-editor restart workflow and command checks.
Godot MCP + Debug Start
Overview
Ensure a single Godot editor instance is running, MCP is reachable, and the debug port is available for HPV and runtime inspection.
Workflow (Option A: clean restart)
- Run the start script to ensure MCP is up:
powershell -ExecutionPolicy Bypass -File scripts/ensure_godot_mcp.ps1
- If MCP handshake fails or multiple editors are running, rerun with a forced restart:
powershell -ExecutionPolicy Bypass -File scripts/ensure_godot_mcp.ps1 -ForceRestart
- If you need the debug port for runtime inspection, rerun with:
powershell -ExecutionPolicy Bypass -File scripts/ensure_godot_mcp.ps1 -StartGameForDebug
Success Criteria
- Port 9080 is listening and
godot-mcp-cli --list-toolssucceeds. - When
-StartGameForDebugis used, port 6007 is listening.
Notes
- Do not ask the user to click the MCP panel. Use the script first.
- Use a single Godot editor instance to avoid MCP conflicts.
- See
references/commands.mdfor CLI and port checks.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon