Summer Jam #2参加
返回 MCP 概览

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 是桌面游戏引擎;Goose 通过 MCP 用一个在你自己硬件上运行的模型来驱动它。

Goose 在你的硬件上免费运行。Summer Engine 展示游戏。
01

Summer 可免费用于 MCP

下载桌面引擎并把它连接到你的 agent。模型在你自己的硬件上运行——没有 AI 订阅,也没有按消息计费。

02

打开 Goose

在你自己的 GPU 上运行免费的本地模型。setup 会写入 MCP 配置,让 {agentLabel} 直接驱动引擎。

03

启动一个真正的游戏

本地模型写代码。Summer Engine 展示游戏,运行 Play mode,并导出面向 Steam、desktop、mobile 和主机流程的项目。

配置说明

2026 年的实际情况。

Add Summer as a Goose extension

Run `goose configure`, choose Add Extension → Command-line Extension, and set the command to `npx -y summer-engine@latest mcp`. In Goose Desktop the same lives under Settings → Extensions.

Point Goose at a local model

`goose configure` → Configure Providers → Ollama with host localhost:11434. Pick a model with native tool calling, like gpt-oss-20b or Qwen3-Coder-30B; Goose’s toolshim mode for non-tool-calling models is slower and less reliable.

Mind the context window

Ollama defaults to a 4k context on GPUs under 24 GB of VRAM — too small for MCP tool schemas. Start it with OLLAMA_CONTEXT_LENGTH=65536, and keep only a couple of extensions enabled so tool schemas leave room for actual work.

为什么重要

Goose 在你的硬件上免费运行。Summer Engine 展示游戏。

足够强的本地模型可以通过 MCP 操作真正的引擎:打开场景、放置物体、运行项目、读取错误。思考由你的 GPU 完成——没有订阅,没有按 token 计费,你的 prompt 也永远不会离开你的机器。

从 Goose 开始。在 Summer 里构建。

免费安装桌面应用,连接 MCP 服务器,让你的第一个场景变得可玩——无需订阅。