dx12-mcp

ryuto-alt/dx12-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server for DX12 Engine — control the live editor from Claude Code / Codex (install repo)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dx12-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ryuto-alt/dx12-mcp"
      ]
    }
  }
}

README Excerpt

起動中の [DX12 Engine](https://github.com/ryuto-alt/dx12) エディタを Claude Code / Codex から 叩いてゲームを作るための MCP サーバ。エディタ(C++)が `127.0.0.1:8787` で待ち受ける TCP ブリッジに 改行区切り JSON で繋ぐ。ゲーム(封印ランタイム)ではブリッジは起動しない=外から触れない。 - **配布リポジトリ**: https://github.com/ryuto-alt/dx12-mcp (エンジン本体には同梱されない) - **ソース・オブ・トゥルース**: エンジンリポジトリの `tools/mcp-server`(`publish.ps1` で dx12-mcp へ同期)