MCP Server
MCP
io.github.wgt19861219/godot-mcp-enhanced
Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "godot-mcp-enhanced",
"version": "0.24.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the Godot executable (auto-detected from PATH / GODOT_PATH / project config if omitted)",
"format": "string",
"name": "GODOT_PATH"
},
{
"description": "Default Godot project path (auto-detected from the client's cwd if omitted)",
"format": "string",
"name": "GODOT_PROJECT_PATH"
},
{
"description": "Semicolon-separated whitelist of project paths the server may operate on (security boundary; falls back to GODOT_MCP_UNRESTRICTED for local dev)",
"format": "string",
"name": "ALLOWED_PROJECT_PATHS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment