security
Binary_ninja_mcp
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering.
python
local
macos
windows
linux
security
Installation
npx -y fosdickio/binary_ninja_mcpConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "binary_ninja_mcp",
"command": "npx",
"args": [
"-y",
"fosdickio/binary_ninja_mcp"
]
}About This MCP Server
fosdickio/binary_ninja_mcp
A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates Binary Ninja with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub