
Summer Engine MCP 指南
在 Claude Code、Cursor 和 Codex 中制作真实游戏 - Summer Engine MCP
将 Claude Code、Cursor、Codex,或 Ollama、LM Studio 等免费本地模型连接到 Summer Engine,制作面向 Steam、PC、Mac、mobile 和主机流程的真实游戏。 Summer Engine 是桌面游戏引擎;LM Studio 通过 MCP 用一个在你自己硬件上运行的模型来驱动它。
Summer 可免费用于 MCP
下载桌面引擎并把它连接到你的 agent。模型在你自己的硬件上运行——没有 AI 订阅,也没有按消息计费。
打开 LM Studio
在你自己的 GPU 上运行免费的本地模型。setup 会写入 MCP 配置,让 {agentLabel} 直接驱动引擎。
启动一个真正的游戏
本地模型写代码。Summer Engine 展示游戏,运行 Play mode,并导出面向 Steam、desktop、mobile 和主机流程的项目。
配置说明
2026 年的实际情况。
LM Studio is the whole stack
LM Studio is both the model runtime and an MCP host. The setup command writes ~/.lmstudio/mcp.json; toggle the summer-engine server on in the Program tab, and every engine call shows a confirmation dialog you can review before it runs.
Raise the context before you build
Models load with the context length baked into their metadata — often around 4k, which MCP tool schemas overflow silently. Set 32k or more when loading the model, and keep KV-cache quantization off for long agent sessions.
Models that hold up
gpt-oss-20b is the safe default on 12–16 GB of VRAM; Qwen3-Coder-30B and Gemma 4 27B are the 24 GB picks. On Apple Silicon, prefer the MLX builds — faster and more memory-efficient in long agentic loops.
为什么重要
LM Studio 在你的硬件上免费运行。Summer Engine 展示游戏。
足够强的本地模型可以通过 MCP 操作真正的引擎:打开场景、放置物体、运行项目、读取错误。思考由你的 GPU 完成——没有订阅,没有按 token 计费,你的 prompt 也永远不会离开你的机器。