vivarium-mcp

0xb007ab1e/vivarium-mcp
★ 0 stars Python AI/LLM Updated 3d ago
Secure MCP server exposing headless, out-of-process Ghidra (12.1.2) to LLM clients: read + consent-gated write reverse-engineering tools, with hardened disposable worker isolation.
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": {
    "vivarium-mcp": {
      "command": "uvx",
      "args": [
        "vivarium-mcp"
      ]
    }
  }
}

Or install with pip: pip install vivarium-mcp

README Excerpt

Vivarium is a secure [MCP](https://modelcontextprotocol.io) server that lets an AI assistant use features (decompiling, disassembly, cross-references, strings, and more) as MCP tools that a client like Claude can call. The point of Vivarium is safety. The binary you analyze is treated as hostile input. Ghidra never runs

Topics

binary-analysisghidrallmmcpmodel-context-protocolreverse-engineeringsecurity