
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 はデスクトップゲームエンジンです。Ollama は、あなた自身のハードウェアで動くモデルで MCP を通じてそれを操作します。
Summer は MCP 利用が無料
デスクトップエンジンをダウンロードし、エージェントに接続します。モデルはあなた自身のハードウェアで動くため、AI サブスクリプションもメッセージごとの料金も不要です。
Ollama を開く
自分の GPU で無料のローカルモデルを動かします。setup が MCP 設定を書き込み、{agentLabel} がエンジンを直接操作できるようになります。
本物のゲームを起動
ローカルモデルがコードを書きます。Summer Engine がゲームを表示し、Play mode を実行し、Steam、desktop、mobile、コンソールのパイプライン向けにプロジェクトを書き出します。
セットアップメモ
2026 年の実情。
Pair Ollama with an MCP agent
Ollama serves the model but is not an MCP client by itself. Pair it with OpenCode (terminal), Kilo Code (VS Code), or Goose — the setup command above wires OpenCode, the most common pairing in 2026. Point its provider at http://localhost:11434/v1.
Fix the context window first
Ollama defaults to a 4k context on GPUs under 24 GB of VRAM, and MCP tool schemas alone can overflow that — the failure is silent. Start the server with OLLAMA_CONTEXT_LENGTH=65536 (or raise the slider in the Ollama app), then run `ollama ps` to confirm the model still fits on the GPU.
Models that hold up
Tool calling is the hard part for local models. Safe picks in mid-2026: gpt-oss-20b on 12–16 GB cards, Qwen3-Coder-30B or Gemma 4 27B on 24 GB. Use Q4_K_M quantization or better — heavier quantization breaks tool calls before it breaks chat.
なぜ重要か
Ollama はあなたのハードウェアで無料で動く。Summer Engine がゲームを見せる。
十分な性能のローカルモデルは、MCP を通じて本物のエンジンを操作できます。シーンを開き、オブジェクトを配置し、プロジェクトを実行し、エラーを読む。考えるのはあなたの GPU です。サブスクリプションもトークン課金もなく、プロンプトがマシンの外に出ることもありません。