Skip to content
Zed

Tripwire for Zed

io.github.aliboily/tripwire

MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.

client:Zed transport:stdio runtime:npm

Install Tripwire in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tripwire": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-roblox"
      ],
      "env": {
        "ROBLOX_OPEN_CLOUD_KEY": "<ROBLOX_OPEN_CLOUD_KEY>",
        "ROBLOX_UNIVERSE_ID": "<ROBLOX_UNIVERSE_ID>",
        "ROBLOX_PLACE_ID": "<ROBLOX_PLACE_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Tripwire in other clients