Skip to content
VS Code

Godai for VS Code

com.snopekgames/godai

Automate the Godot Engine editor: edit scenes and scripts, run projects, manage engine versions

client:VS Code transport:stdio runtime:npm

Install Godai in VS Code

.vscode/mcp.json

{
  "servers": {
    "godai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@snopek-games/godai"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Godai in other clients