Tripwire for Cursor
io.github.aliboily/tripwire
MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.
client:Cursor
transport:stdio
runtime:npm
Install Tripwire in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tripwire": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs