Skip to main content
Glama

A production-grade Model Context Protocol (MCP) server that connects Anthropic's Claude AI directly with game engine runtimes (Unity & Godot). It enables automated testing, real-time error log filtering, scene hierarchy inspection, and safe file writing inside an isolated sandbox environment.


🌟 Key Features

  • Scene Hierarchy Inspection: Parse Unity (.unity) and Godot (.tscn) scenes to give Claude complete awareness of active nodes, GameObjects, and attached components.

  • Headless Test Runner: Execute game engine unit/integration tests directly without opening the GUI, avoiding command timeouts via asynchronous process handling.

  • Token-Optimized Log Filtering: Extracts only stacktraces, null-pointer exceptions, and compilation errors from engine logs to prevent blowing past context limits.

  • Strict Security Sandboxing: Protects host filesystems by restricting file read/write operations strictly to permitted game project folders.


Related MCP server: playcaller

šŸ› ļø Included Tools

  1. inspeccionar_jerarquia_escena: Returns a structured overview of GameObjects or Nodes inside a scene file.

  2. ejecutar_suite_pruebas_motor: Triggers Unity or Godot in EditMode/PlayMode headless testing modes.

  3. escribir_codigo_seguro: Safely writes/updates scripts inside the authorized project sandbox.

  4. analizar_fugas_memoria_y_logs: Synthesizes runtime logs to extract exceptions and performance metrics.


āš™ļø Configuration for Claude Desktop

Add this block to your claude_desktop_config.json:

{
  "mcpServers": {
    "game-engine-runtime": {
      "command": "npx",
      "args": [
        "-y",
        "game-engine-runtime-mcp"
      ],
      "env": {
        "ALLOWED_PROJECT_PATHS": "C:/Users/YourUser/Projects/MyGame"
      }
    }
  }
}
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables AI agents to play-test Unity games by capturing screenshots and simulating inputs like taps, drags, and key presses, acting as a Playwright for Unity.
    3
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Open-source MCP server connecting AI agents (Claude, Cursor, GitHub Copilot, Gemini, and more) to the Godot Editor and runtime (Godot 4.x, C#).
    207
    Apache 2.0
  • F
    license
    -
    quality
    C
    maintenance
    An in-editor MCP server that exposes Unity convenience tools to AI assistants, allowing them to read console logs, execute menu items, dump scene hierarchies, and take screenshots.

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Estiwito/Game-engine-runtime-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server