Tripwire for Windsurf
io.github.aliboily/tripwire
MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.
client:Windsurf
transport:stdio
runtime:npm
Install Tripwire in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs