mcpbeat Sign in

Tripwire MCP Server

local only

Tripwire runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from npm. Last commit 25 Aug 2026.

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

Installs per day peak 31 · avg 12 · +17% w/w
a month agotoday
52
Installs / week
npm · tripwire-roblox
3
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] bin/cli.js:1, [пакет] install.js:1
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(binPath, process.argv.slice(2), { stdio: "inherit" });
const binPath = path.join(__dirname, binName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tripwire -- npx -y tripwire-roblox
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tripwire": {
      "args": [
        "-y",
        "tripwire-roblox"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tripwire]
command = "npx"
args = ["-y", "tripwire-roblox"]
.cursor/mcp.json
{
  "mcpServers": {
    "tripwire": {
      "args": [
        "-y",
        "tripwire-roblox"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tripwire": {
      "args": [
        "-y",
        "tripwire-roblox"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ROBLOX_OPEN_CLOUD_KEY (Open Cloud API key. Needed for the headless test and Open Cloud tools; the Studio path does not use it.), ROBLOX_UNIVERSE_ID (Universe id the Open Cloud tools target. Set it alongside the key and place id.), ROBLOX_PLACE_ID (Place id the Open Cloud tools target. Set it alongside the key and universe id.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tripwire

same job, measured the same way
Magic Cloud
by polterguy

Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser

local only
Inhalt
by kozmos-tech

An open-source headless CMS for managing content models and entries.

39 installs/wk local only
Godot MCP Enhanced
by wgt19861219

Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.

489 installs/wk local only
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
Promoshot
by garalex

Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).

local only
Screaming Frog SEO Spider MCP Server (headless)
by bzsasson

Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.

886 installs/wk local only
Obscura MCP
by metadrama

MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.

44 installs/wk local only

Tripwire — questions

Answers built from our own checks of this server.

Why is there no uptime for Tripwire?
Tripwire runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tripwire-roblox was installed 52 times last week.
How do I connect Tripwire?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tripwire-roblox straight from npm; nothing to host, nothing to sign up for.
How many people use Tripwire?
The npm package tripwire-roblox was installed 52 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tripwire open source?
Yes — it is published under the MIT licence, written in Rust and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.