godot-mcp-enhanced (wgt19861219/godot-mcp-enhanced) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 48 tools. No publisher has claimed this listing.

C
Emerging
74/100
1 month ago

godot-mcp-enhanced

Enhanced MCP server for Godot 4.5-4.7: 33 tools / 199 actions, 3-layer architecture (headless + editor + game bridge), secure sandbox, recording & frame-verify, cross-version CI.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

wgt19861219

Source: github_topic · also listed on Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configALLOWED_PROJECT_PATHS路径访问控制 — 白名单(deny-by-default),防 junction / 符号链接绕过
configALLOW_EXECUTE_GDSCRIPT
configANDROID_ADB
configCOMSPEC
configDISPLAY
configGODOT
configGODOT_BLENDER_PATH
configGODOT_EDITOR_PORT
configGODOT_MCP_ALLOWED_GODOT_PATHSGodot 二进制白名单 — (分号分隔,realpath 归一)在 godot --version 签名校验之上加硬隔离,防 AI 可控的 godot_path 工具参数/项目 override/env 指向任意二进制被 spawn(任意代码执行)。空 env = back-compat 放行(本地信任场景,签名校验仍兜底);多用户/不可信环境显式列可信路径
configGODOT_MCP_ALLOW_UNSAFE需真正隔离:容器 / VM + =false
configGODOT_MCP_ALLOW_UNSAFE_CONFIRM
configGODOT_MCP_AUDIT_CODE
configGODOT_MCP_AUTO_IMPORT
configGODOT_MCP_DISABLE_SAFETY
configGODOT_MCP_ELICITATION
configGODOT_MCP_EXTRA_DANGEROUS_PATTERNS
configGODOT_MCP_HEALTH_MONITOR
configGODOT_MCP_MODE
configGODOT_MCP_NO_FALLBACK
configGODOT_MCP_OVERRIDES
configGODOT_MCP_PRIVILEGED_GROUPS
configGODOT_MCP_PROFILE
configGODOT_MCP_READ_ONLY
configGODOT_MCP_RESPONSE_LIMIT
configGODOT_MCP_SANDBOX关闭扫描:=disabled(仅开发)
configGODOT_MCP_SEARCH_PATHS额外 Godot 搜索目录(分号分隔) 无
configGODOT_MCP_UNRESTRICTED
configGODOT_MCP_WARN_LEGACY
configGODOT_PATHGodot 可执行文件路径 自动搜索(PATH/注册表/Scoop/Downloads)
configGODOT_SKILL_LIBRARIES
configLD_LIBRARY_PATH
configOS沙箱可被间接方式绕过(call() 动态分派、多步变量构造 API 名、字符串拼接构造 API 名(如 "cu"+"rl"、str("")+".execute()")等)。
configREAD_ONLY_MODE
configSTRICT
configSystemRoot
configWAYLAND_DISPLAY
configXDG_CONFIG_HOME
configXDG_DATA_HOME
configXDG_RUNTIME_DIR
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

48/48 tools missing one or more hints — scene (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); ui (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); godot_advanced_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +45 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool test coverage

22/48 tools referenced in tests (46%)

Write tests that reference each tool by name so every tool has at least one test.

Shell command execution

22 child_process calls — runs shell commands

Prefer library functions over shell-outs. If you must shell out, ensure all inputs are properly escaped.

Dependency freshness

1/4 production deps stale: pngjs@2023-02-20 (3.5y)

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/wgt19861219/godot-mcp-enhanced)](https://m8ven.ai/mcp/wgt19861219/godot-mcp-enhanced)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 8b5630290fcfc53c77f8a1ceff052d1caaa65ac1
code hash: 85df70810ee410e45e31f1a3f4aeddb3923d907d40835a965ac92ecaf6cdc029
verified: 8/9/2026, 3:53:52 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client