binary-ninja-headless-mcp

mrphrazer/binary-ninja-headless-mcp
★ 155 stars Python 🤖 AI/LLM Updated 1mo ago
Headless Binary Ninja MCP server — giving AI agents deep reverse-engineering capabilities via 180 tools.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "binary-ninja-headles": {
      "command": "uvx",
      "args": [
        "binary-ninja-headless-mcp"
      ]
    }
  }
}

Or install with pip: pip install binary-ninja-headless-mcp