MCP Directory

gregario/godot-forge

GitHub
Other

Godot 4 development companion with test running (GUT/GdUnit4), API docs with 3→4 migration mapping, script analysis, scene parsing, screenshots, and LSP diagnostics.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y godot-forge

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from gregario/godot-forge your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ]
    }
  }
}

Route gregario/godot-forge intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add godot-forge

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use gregario/godot-forge directly without routing

npx -y godot-forge

New to Agent-CoreX? View setup guide →

gregario/godot-forge MCP Server — Agent-CoreX