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.
We read the source, 21 h ago · rules 3dff92dd89df
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.
postinstall: node install.js
этот файл ставится пользователю, но в репозитории его нет
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.
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.
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.
claude mcp add tripwire -- npx -y tripwire-roblox
{
"mcpServers": {
"tripwire": {
"args": [
"-y",
"tripwire-roblox"
],
"command": "npx"
}
}
}
[mcp_servers.tripwire]
command = "npx"
args = ["-y", "tripwire-roblox"]
{
"mcpServers": {
"tripwire": {
"args": [
"-y",
"tripwire-roblox"
],
"command": "npx"
}
}
}
{
"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.
Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser
An open-source headless CMS for managing content models and entries.
Enhanced Godot 4.5-4.7 MCP: headless+editor+bridge, secure GDScript sandbox, closed-loop AI dev.
Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.
Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.
Headless MCP: author and render PromoShot .promo video projects (stills, GIFs, video).
Headless Screaming Frog SEO Spider via its CLI: run crawls, export and filter data, no GUI needed.
MCP server adapter for Obscura Rust headless browser — web scraping with anti-detection.
Answers built from our own checks of this server.