game-agent-factory
game-agent-factory
Cadena de producción automatizada de desarrollo de juegos con agentes de IA. El equipo multiagente (diseño/programación/arte/supervisión/pruebas) se orquesta mediante LangGraph e impulsa Blender/Krita/Godot/Git a través de la pasarela MCP para generar automáticamente paquetes de compilación de juegos ejecutables.
La línea base de restricciones de construcción se encuentra en
DECISIONS.md, y el texto completo del plan en智能体游戏施工团队 v2.md.
Arquitectura por capas
┌────────────────────────────────────────────────────────┐
│ L0 模型层 Ollama(qwen3.5-4b/2b 本地) + 公有 API(GLM-4 Air/DeepSeek) │
├────────────────────────────────────────────────────────┤
│ L1 编排层 LangGraph(唯一调度层,checkpointer 恢复) │
│ 策划Agent · 程序Agent · 美术Agent(3D/2D) · 监理Agent · 测试Agent │
├────────────────────────────────────────────────────────┤
│ L2 网关层 MCP Gateway:鉴权 · 沙箱 · 白名单 · 路由 · 审计 │
├────────────────────────────────────────────────────────┤
│ L3 适配层 blender-mcp · krita-mcp · godot-mcp · git-mcp │
│ 共享 mcp-servers/common/(socket桥/审计/校验/路径白名单)│
├────────────────────────────────────────────────────────┤
│ L4 基础设施 Gitea+LFS · SQLite(记忆/工单/锁/审计) · Ollama(Win原生)│
│ storage/ Repository 抽象层(SQLiteRepo→ArcadeRepo 可迁移)│
└────────────────────────────────────────────────────────┘Related MCP server: Open Godot MCP
Responsabilidades de los directorios
Directorio | Responsabilidad |
| Contrato de entrega: esquema GDD/inventario de activos/especificaciones de arte + validators.py (incluye detección de ciclos de Kahn) |
| Definiciones de agentes LangGraph (designer/coder/artist3d/artist2d/qa/supervisor) |
| Infraestructura compartida de los cuatro servidores MCP (puente socket, auditoría, validación de parámetros, lista blanca de rutas) |
| Servidor MCP de producción de activos 3D de Blender |
| Servidor MCP de producción de activos 2D de Krita |
| Servidor MCP de construcción de proyectos Godot |
| Servidor MCP de confirmaciones/instantáneas/reversiones de Git (GitPython + LFS) |
| Complemento de Blender (puente socket + ejecutor de instrucciones de lista blanca, pertenece a blender-mcp) |
| Complemento del editor Godot (puente EditorScript, pertenece a godot-mcp) |
| Pasarela MCP (autenticación/entorno aislado/auditoría/límite de velocidad) |
| Definiciones de flujos de trabajo LangGraph |
| Grupo de scripts de lista blanca + entorno aislado Docker |
| Capa de abstracción de repositorio (SQLiteRepo / ArcadeRepo migrable) |
| Proyecto Godot (gestionado con Git LFS) |
| Configuración de Gitea/ArcadeDB/Ollama + versions.env + ports.env + llm.env |
| Registros de auditoría |
Inicio rápido
# 安装 just(跨平台任务入口)
winget install Casey.Just
# 初始化依赖
just init
# 自检
just check
just allLínea base del entorno
SO: Windows de un solo equipo prioritario (el código se mantiene portable a Linux)
GPU: RTX 2070 8GB
LLM: modo híbrido (qwen3.5-4b/2b local + API pública)
Blender: 4.2 LTS
Godot: 4.4 stable
Python: ≥ 3.11, gestión de paquetes con uv
Consulte DECISIONS.md §1.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityCmaintenanceEnables AI agents to autonomously develop and test Godot 4 games through an MCP-based feedback loop, providing tools for authoring, running, observing, playtesting, and verifying game projects.203704MIT
- AlicenseBqualityAmaintenanceMCP server for Godot Engine enabling AI to autonomously develop, test, and debug games with deterministic playtesting, multiplayer testing, DAP debugging, LSP integration, and token efficiency.3110MIT
- AlicenseNot gradedqualityAmaintenanceAI-native open-source 2D game engine whose MCP server exposes every editor operation to coding agents as typed commands, so an agent can build, run, and verify a game inside the editor. It runs locally on macOS, Windows, and Linux with no cloud service or API key.103MIT
- AlicenseBqualityCmaintenanceAggregates game-development MCP servers (Blender, Godot, GitHub, Obsidian) behind one interface for AI clients, with smart task routing and a local GUI for multi-client support.5MIT
Related MCP Connectors
Build, validate, and deploy multi-agent AI solutions from any AI environment.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/Jan-Jianhao-Liu/GameMaker-Everyone'
If you have feedback or need assistance with the MCP directory API, please join our Discord server