🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

tripwire-roblox

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tripwire-roblox

Tripwire: an MCP server for Roblox Studio and Open Cloud. Downloads the prebuilt Rust binary for your platform.

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
1
Created
Source

tripwire-roblox

The Tripwire MCP server for Roblox Studio and Open Cloud, packaged for npm. Installing this package downloads the prebuilt Rust binary for your platform from the matching GitHub Release.

Use it

Point an MCP client at it with npx:

{
  "mcpServers": {
    "tripwire": {
      "command": "npx",
      "args": ["-y", "tripwire-roblox"]
    }
  }
}

Or run it directly: npx -y tripwire-roblox.

The Studio tools also need the Tripwire Studio plugin (Tripwire.rbxmx on the Releases page). See the main README for the full setup, the tool list, and the Open Cloud key walkthrough.

Supported platforms

macOS (arm64, x64), Linux (x64), and Windows (x64). On anything else, build from source with cargo (see the main README).

Keywords

roblox

FAQs

Package last updated on 01 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts