← Index

Godot Forge

io.github.gregario/godot-forge·v0.1.2·Documents & Spreadsheets
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<godot_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<godot_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y godot-forge
§02  Environment variables
GODOT_PATH

Path to Godot 4.x binary (auto-detected if not set)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets