plugin.json•1.44 kB
{
"pluginmetadataversion": 2,
"name": "Binary Ninja MCP",
"author": "fosdickio, CX330Blake",
"type": ["core", "binaryview", "architecture", "helper"],
"api": ["python3"],
"description": "A Binary Ninja extension that provides a MCP (Model Context Protocol) server with HTTP endpoints for LLM integration.",
"longdescription": "",
"license": {
"name": "GPL-3.0",
"text": "Copyright 2025 fosdickio, CX330Blake\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>."
},
"platforms": ["Darwin", "Windows", "Linux"],
"installinstructions": {
"Darwin": "See https://github.com/fosdickio/binary_ninja_mcp",
"Windows": "See https://github.com/fosdickio/binary_ninja_mcp",
"Linux": "See https://github.com/fosdickio/binary_ninja_mcp"
},
"version": "1.0.1",
"minimumbinaryninjaversion": 4000
}