Tripwire MCP Server

An MCP server that gives an AI coding agent real control of Roblox Studio and Roblox Open Cloud, with a test-and-security layer no other Studio MCP has. It runs locally over stdio via the published package.

People connecting gaming tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 3 · #21 OF 35 MAINTAINED GAMING · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Tripwire

before you install - you'll need

Set ROBLOX_OPEN_CLOUD_KEY, ROBLOX_UNIVERSE_ID, ROBLOX_PLACE_ID, ROBLOX_CREATOR_USER_ID before connecting.

Claude Code

claude mcp add aliboily-tripwire -- npx -y tripwire-roblox

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-06-29 - young repo, little track record yet

license MIT - declared in the repository

npm package tripwire-roblox - unscoped; check the name against the project README before installing

registry namespace io.github.aliboIly is GitHub-verified and matches the repo owner

03 · What Tripwire can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.5 · 2026-07-01

run_luau_live (evaluate Luau in the live F5 playtest) · stop the get_playtest_output freeze (bounded, cursored log pump) · bump to 0.2.5

v0.2.4 · 2026-06-30

add get_class_info (Roblox class reflection, no Studio) · real validation checks in the reviewer + a CI gate · scan_backdoors for free-model backdoor patterns · real property reads + isA search (with a headless Lune…

v0.2.3 · 2026-06-30

rebuild the plugin on push so its version never goes stale · register Tripwire on the MCP registry · open-source readiness (community files, README, metadata)

04 · Who maintains Tripwire

Tripwire is maintained by aliboily. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
gaming - ranked #21 of 35 actively-maintained gaming servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-01)
registry
io.github.aliboIly/tripwire (active, first published 2026-06-30 · 3 versions)
packages
npm:tripwire-roblox

06 · Tripwire FAQ

What is Tripwire?

An MCP server that gives an AI coding agent real control of Roblox Studio and Roblox Open Cloud, with a test-and-security layer no other Studio MCP has. It runs locally over stdio via the published package.

Is Tripwire still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Tripwire?

Run `npx -y tripwire-roblox`. The README documents 4 environment variables (ROBLOX_OPEN_CLOUD_KEY, ROBLOX_UNIVERSE_ID, ROBLOX_PLACE_ID…) to set first. Set ROBLOX_OPEN_CLOUD_KEY, ROBLOX_UNIVERSE_ID, ROBLOX_PLACE_ID, ROBLOX_CREATOR_USER_ID before connecting. You can also paste the ready-made client config above.

Does Tripwire run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tripwire

More gaming MCP servers · Beckett - MCP for Godot · Unity AI Bridge · Srdcheck · Redm MCP

More Rust MCP servers · AI Memory · Arbor · Palace · Devcontainer MCP · Webshift · see all