sbox-agent-bridge

user1303836/sbox-agent-bridge
★ 0 stars C# 🤖 AI/LLM Updated today
MCP server and editor bridge for controlling the s&box editor with AI agents via Model Context Protocol.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sbox-agent-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "user1303836/sbox-agent-bridge"
      ]
    }
  }
}

README Excerpt

MCP server and editor bridge for AI-assisted s&box development. Inspect, control, and automate a live s&box editor session through the Model Context Protocol. `sbox-agent-bridge` lets MCP-capable agents work with the editor instead of guessing from source files alone. Agents can read scene state, inspect GameObjects and components, make small verified edits, and use the editor as part of an AI-assisted game development loop.

Tools (4)

componenteditorgameobjectscene

Topics

ai-agentscsharpeditor-bridgemcpmcp-servermodel-context-protocolsandbox-gamesboxsbox-gametypescript