opensim-opencode

opensim-stack/opensim-opencode
★ 0 stars Shell Code/Dev Tools Updated today
A Docker image for opencode, built specifically for the OpenSimulate AI Stack. Open code connects to AI providers, manages models, and talks to the OpenSimulator AI stack MCP servers such as console2mcp and metaverse2mcp
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": {
    "opensim-opencode": {
      "command": "npx",
      "args": [
        "-y",
        "opensim-stack/opensim-opencode"
      ]
    }
  }
}

README Excerpt

`opensim-opencode` is a specialized `opencode` container for the OpenSim AI stack. It starts `opencode` in **server mode** and binds HTTP on container port `8998`. - Runs `opencode` in server mode (`server` or `serve`, auto-detected) - Starts from `/workspace` and uses it as the project directory by default

Topics

aimcpopencodeopensimopensimulator