opencode-sandbox

hsb3/opencode-sandbox
★ 0 stars TypeScript Code/Dev Tools Updated 1d ago
Isolated opencode instances from prebuilt GHCR images, consumable as MCP servers
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": {
    "opencode-sandbox": {
      "command": "npx",
      "args": [
        "-y",
        "hsb3/opencode-sandbox"
      ]
    }
  }
}

README Excerpt

Spin up an isolated `opencode` instance from prebuilt public GHCR images and hand it to Claude Code as an MCP server. No build step, no checkout of the opencode fork — each instance is its own Docker Compose project with its own named volumes, and its workspace is a named volume rather than a host bind, so it

Tools (1)

PATH