Server data from the Official MCP Registry
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
Set these up before or after installing:
Environment variable: GODOT_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-gregario-godot-forge": {
"env": {
"GODOT_PATH": "your-godot-path-here"
},
"args": [
"-y",
"godot-forge"
],
"command": "npx"
}
}
}A well-structured Godot 4 development tool server with proper TypeScript implementation and appropriate permissions for its purpose. The code quality is good with some minor regex-related complexity issues in the script analysis tool. No security vulnerabilities or credential issues found. Supply chain analysis found 4 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!