Tripwire for Cline
io.github.aliboily/tripwire
MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.
client:Cline
transport:stdio
runtime:npm
Install Tripwire in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs