← Back to Plugins
MCP Server MCP

io.github.salvo10f/godotiq

github By github 👁 1 views ▲ 0 votes

Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.

Homepage Verified source GitHub

Install

uvx godotiq

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "godotiq",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to your Godot project root",
          "isRequired": true,
          "format": "string",
          "name": "GODOTIQ_PROJECT_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...