Serversio.github.n24q02m/better-godot-mcp
M

io.github.n24q02m/better-godot-mcp

io.github.n24q02m/better-godot-mcp · v1.18.0
▦ npm
v1.18.0npm npm: @n24q02m/better-godot-mcp↗ 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.n24q02m/better-godot-mcp",
  "description": "MCP server for Godot Engine 4.x with 17 tools for scenes, scripts, and shaders.",
  "repository": {
    "url": "https://github.com/n24q02m/better-godot-mcp.git",
    "source": "github"
  },
  "version": "1.18.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@n24q02m/better-godot-mcp",
      "version": "1.18.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default Godot project path. Most tools also accept project_path parameter.",
          "name": "GODOT_PROJECT_PATH"
        },
        {
          "description": "Path to Godot binary. Auto-detected if not set.",
          "name": "GODOT_PATH"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "docker.io/n24q02m/better-godot-mcp:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default Godot project path. Most tools also accept project_path parameter.",
          "name": "GODOT_PROJECT_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}