71
/ 100
9 days ago
glama

TripWire MCP Server

Sandbox-first command safety layer for MCP-compatible coding agents, protecting commands executed through its safe_exec tool by blocking destructive operations and requiring human approval for ambiguous commands.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: OPENAI_API_KEY, TRIPWIRE_API_KEY, TRIPWIRE_APPROVAL_KEY, TRIPWIRE_REMOTE_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configTRIPWIRE_TEST_LIVE
🔐 secretOPENAI_API_KEYFor a real reasoning call, set TRIPWIRE_MODE=live and ; no missing-key fallback is allowed in live mode.
configTRIPWIRE_SUBMIT_REPLAY
configTRIPWIRE_ENDPOINT
🔐 secretTRIPWIRE_API_KEYexport ="replace-with-a-long-random-local-secret"
configTRIPWIRE_PRODUCTION_MARKERS
configTRIPWIRE_MODEFor a real reasoning call, set =live and OPENAI_API_KEY; no missing-key fallback is allowed in live mode.
configTRIPWIRE_SANDBOX_ROOT"./demo/workspace"
configTRIPWIRE_STATE_ROOT"./demo/state"
configTRIPWIRE_MODEL
configTRIPWIRE_HOST
configTRIPWIRE_PORT
🔐 secretTRIPWIRE_APPROVAL_KEY"same-long-random-local-secret-or-a-separate-shared-secret"
configTRIPWIRE_APPROVAL_TTL_SECONDS
configTRIPWIRE_CONFIRMATION_TTL_SECONDS
configTRIPWIRE_SANDBOX_LEASE_SECONDS
configTRIPWIRE_MAX_SNAPSHOT_BYTES
configTRIPWIRE_MAX_OUTPUT_BYTES
🔐 secretTRIPWIRE_REMOTE_TOKEN
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/owen-25-ai-tripwire-mcp-server-tool-1xgjlp)](https://m8ven.ai/mcp/owen-25-ai-tripwire-mcp-server-tool-1xgjlp)
commit: e5e948a01116a372a9ad2d791c7fdadad3d7bc69
code hash: b226ecce1c2f3e2c9aae1c924fc2afa4954408add45645fcfbaf65808b97037d
verified: 7/22/2026, 8:44:31 AM
view raw JSON →