binary_ninja_mcp

fosdickio/binary_ninja_mcp
★ 264 stars Python 🤖 AI/LLM Updated 1mo ago
A Binary Ninja plugin containing an MCP server that enables seamless integration with your favorite LLM/MCP client.
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_mcp": {
      "command": "uvx",
      "args": [
        "binary-ninja-mcp"
      ]
    }
  }
}

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