mcp-tripwire

akoita/mcp-tripwire
★ 0 stars Python Security Updated 13d ago
MCP-Tripwire: trust gateway for MCP servers — scans tool poisoning, catches schema/runtime drift, issues signed attestations.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tripwire": {
      "command": "uvx",
      "args": [
        "mcp-tripwire"
      ]
    }
  }
}

Or install with pip: pip install mcp-tripwire

README Excerpt

**A lightweight OSS trust gateway for MCP tools.** It keeps checking a tool *after* you approve it, and hands you signed, portable proof of exactly what was trusted — continuous schema-integrity enforcement plus cryptographically signed attestations. > Static scanners and runtime gateways already help teams reason about MCP risk.