{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.n24q02m/better-godot-mcp",
    "description": "Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.",
    "repository": {
        "url": "https://github.com/n24q02m/better-godot-mcp.git",
        "source": "github"
    },
    "version": "1.21.0",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@n24q02m/better-godot-mcp",
            "version": "1.21.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": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-18T09:37:02.754288Z",
            "publishedAt": "2026-07-18T09:37:02.754288Z",
            "updatedAt": "2026-07-18T09:37:02.754288Z",
            "isLatest": true
        }
    }
}