Skip to content
Gemini CLI

Tripwire for Gemini CLI

io.github.aliboily/tripwire

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

client:Gemini CLI transport:stdio runtime:npm

Install Tripwire in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Tripwire in other clients