Godai for Cursor
com.snopekgames/godai
Automate the Godot Engine editor: edit scenes and scripts, run projects, manage engine versions
client:Cursor
transport:stdio
runtime:npm
Install Godai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"godai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@snopek-games/godai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs