Skip to content
Cline

Godot Forge for Cline

io.github.gregario/godot-forge

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

client:Cline transport:stdio runtime:npm

Install Godot Forge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Godot Forge in other clients