Game engine runtime mcp
Provides tools for inspecting Unity scene hierarchies, executing headless test suites, safely writing scripts, and analyzing runtime logs for exceptions and performance metrics.
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
inspeccionar_jerarquia_escena: Returns a structured overview of GameObjects or Nodes inside a scene file.ejecutar_suite_pruebas_motor: Triggers Unity or Godot inEditMode/PlayModeheadless testing modes.escribir_codigo_seguro: Safely writes/updates scripts inside the authorized project sandbox.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"
}
}
}
}This server cannot be installed
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for automated Godot 4 game testing. Enables launching games, capturing errors, and verifying changes from Claude Code or any MCP client.1MIT
- Alicense-qualityDmaintenanceAn 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.3MIT
- Alicense-qualityAmaintenanceOpen-source MCP server connecting AI agents (Claude, Cursor, GitHub Copilot, Gemini, and more) to the Godot Editor and runtime (Godot 4.x, C#).207Apache 2.0
- Flicense-qualityCmaintenanceAn 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.
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Eā¦
Cloud-hosted MCP server for durable AI memory
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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