Agent skill
godot-mcp-dap-start
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/godot-mcp-dap-start
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?