
Summer Engine MCP ガイド
Claude Code、Cursor、Codex で本物のゲームを作る - Summer Engine MCP
対応する AI エージェントやローカルモデルを Summer Engine に接続し、デスクトップエンジン内で Summer ゲームを制作、実行、テストできます。 Summer Engine はデスクトップゲームエンジンです。Ollama は、あなた自身のハードウェアで動くモデルで MCP を通じてそれを操作します。
Summer は MCP 利用が無料
デスクトップエンジンをダウンロードし、エージェントに接続します。モデルはあなた自身のハードウェアで動くため、AI サブスクリプションもメッセージごとの料金も不要です。
Ollama を開く
自分の GPU で無料のローカルモデルを動かします。setup が MCP 設定を書き込み、{agentLabel} がエンジンを直接操作できるようになります。
Summer ゲームを実行
ローカルモデルがコードを書き、Summer Engine が Summer ゲームを表示して Play mode を実行し、エラー確認を支援します。エクスポートには対象のテンプレートとツールチェーンが必要です。
セットアップメモ
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 です。サブスクリプションもトークン課金もなく、プロンプトがマシンの外に出ることもありません。