Godot Test Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Godot Test Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for automated Godot 4 game testing. Launch games, capture errors, verify changes — all from Claude Code or any MCP client.
godot_run_and_check — launch, run N seconds, report PASS/FAIL git clone https://github.com/hyunlord/godot-test-mcp.git cd godot-test-mcp
pip install -e . {
"mcpServers": {
"godot-test": {
"command": "python3",
"args": ["/path/to/godot-test-mcp/src/server.py"],
"env": {
"GODOT_PROJECT_PATH": ".",
"GODOT_PATH": ""
}
}
}
} godot_run_and_check(seconds=15)| Tool | Description |
|---|---|
godot_launch | Start Godot (headless/windowed/editor) |
godot_stop | Stop running Godot process |
godot_get_errors | Get parsed errors/warnings |
godot_get_output | Get raw stdout/stderr |
godot_run_and_check | Launch → run N sec → collect errors → PASS/FAIL |
godot_headless_import | Quick --headless --quit parse check |
godot_get_status | Check if Godot is running/stopped/crashed |
| Variable | Description |
|---|---|
GODOT_PATH | Path to Godot executable (auto-detected if empty) |
GODOT_PROJECT_PATH | Path to Godot project root (auto-detected if empty) |
If GODOT_PATH is not set, the server searches in order:
/Applications/Godot.app/Contents/MacOS/Godot, ~/Applications/.../usr/bin/godot, snap/flatpak pathsC:\Godot\Godot.exe, %LOCALAPPDATA%\Godot\...PATH lookup via which godotIf GODOT_PROJECT_PATH is not set, the server searches for project.godot starting from the current directory and walking up to 5 parent directories.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.