Godot Forge for Cursor
io.github.gregario/godot-forge
Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.
client:Cursor
transport:stdio
runtime:npm
Install Godot Forge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"godot-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"godot-forge"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs