Skip to content
Windsurf

Godot Forge for Windsurf

io.github.gregario/godot-forge

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

client:Windsurf transport:stdio runtime:npm

Install Godot Forge in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Godot Forge in other clients