plugin.json•2.7 kB
{
"pluginmetadataversion": 2,
"name": "BinAssistMCP",
"author": "Jason Tang",
"type": [
"ui",
"helper",
"binaryview"
],
"api": [
"python3"
],
"description": "Comprehensive MCP server for Binary Ninja with dual transport support (SSE and STDIO)",
"longdescription": "BinAssistMCP provides a complete Model Context Protocol (MCP) server implementation for Binary Ninja. It offers comprehensive reverse engineering tools through both SSE (Server-Sent Events) and STDIO transports, enabling seamless integration with LLM clients like Claude Desktop. Features include advanced binary analysis, symbol management, decompilation, IL analysis, type management, and multi-binary session support with configurable auto-startup and server settings.",
"license": {
"name": "MIT",
"text": "Copyright (c) 2025\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
},
"platforms": [
"Darwin",
"Linux",
"Windows"
],
"installinstructions": {
"Darwin": "Install via Binary Ninja plugin manager or copy to ~/Library/Application Support/Binary Ninja/plugins/",
"Linux": "Install via Binary Ninja plugin manager or copy to ~/.binaryninja/plugins/",
"Windows": "Install via Binary Ninja plugin manager or copy to %APPDATA%\\Binary Ninja\\plugins\\"
},
"version": "1.0.0",
"minimumbinaryninjaversion": 4000,
"dependencies": {
"pip": [
"anyio>=4.6.0",
"hypercorn>=0.17.0",
"mcp>=1.0.0",
"click>=8.0.0",
"trio>=0.27.0",
"pydantic>=2.0.0",
"pydantic-settings>=2.0.0"
]
}
}