← Back to Plugins
MCP Server MCP

io.github.n24q02m/better-godot-mcp

github By github 👁 1 views ▲ 0 votes

Composite MCP server for Godot Engine -- 17 composite tools for AI-assisted game development.

Homepage Verified source GitHub

Install

npx -y @n24q02m/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@n24q02m/better-godot-mcp",
      "version": "1.23.1",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...