Skip to content

mcintalmo/godot-agent-plugin

v1.0.0

Professional Godot Engine 4.7+ game development pack with live bridge MCP, ClassDB docs, Blender DCC pipeline, GDD authoring, and visual debugging skills.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

godot-engine
{
  "command": "uvx",
  "args": [
    "--from",
    "git+https://github.com/mcintalmo/godot-engine-mcp",
    "godot-engine-mcp"
  ],
  "description": "Godot Engine live runtime bridge and headless CLI server with 68+ tools."
}
godot-docs
{
  "command": "uvx",
  "args": [
    "--from",
    "git+https://github.com/mcintalmo/godot-docs-mcp",
    "godot-docs-mcp"
  ],
  "description": "Official Godot Engine documentation and ClassDB metadata server."
}
blender
{
  "command": "uvx",
  "args": [
    "blender-mcp"
  ],
  "description": "Blender 3D DCC automation and automated GLTF export pipeline."
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "godot-agent-plugin",
  "version": "1.0.0",
  "description": "Professional Godot Engine 4.7+ game development pack with live bridge MCP, ClassDB docs, Blender DCC pipeline, GDD authoring, and visual debugging skills.",
  "author": {
    "name": "mcintalmo"
  },
  "repository": "https://github.com/mcintalmo/godot-agent-plugin",
  "keywords": [
    "godot",
    "godot-engine",
    "game-development",
    "gamedev",
    "gdd",
    "game-design",
    "blender",
    "gdscript",
    "mcp",
    "agent-skills"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub