Serversio.github.gregario/godot-forge
F

Godot Forge

io.github.gregario/godot-forge · v0.1.2
▦ npm
v0.1.2npm npm: godot-forge↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.gregario/godot-forge",
  "description": "Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.",
  "title": "Godot Forge",
  "repository": {
    "url": "https://github.com/gregario/godot-forge",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "godot-forge",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to Godot 4.x binary (auto-detected if not set)",
          "format": "string",
          "name": "GODOT_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}