Another™ MCP Server for Binary Ninja
@MCPPhalanx
关于 Another™ MCP Server for Binary Ninja
Another™ MCP Server for Binary Ninja with superpower 🥵
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"binaryninja-mcp": {
"command": "uvx",
"args": [
"binaryninja-mcp",
"install-api",
"#",
"only",
"run",
"once"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Another™ MCP Server for Binary Ninja?
Another™ MCP Server for Binary Ninja is a Model Context Protocol (MCP) server that exposes Binary Ninja’s reverse engineering tools and binary analysis data to MCP-compatible clients, such as Claude Desktop and Cherry Studio. It is designed for binary analysts and developers who want to interact with Binary Ninja through large language models.
How to use Another™ MCP Server for Binary Ninja?
Install as a Binary Ninja UI plugin via the plugin manager (auto-starts on first file load, configurable port). Or run in headless mode: uvx binaryninja-mcp install-api (once), then uvx binaryninja-mcp server <filename>.... Configure MCP clients with stdio relay (uvx binaryninja-mcp client) or SSE endpoint (http://localhost:7000/sse). Use --port to change the default port 7000.
Key features of Another™ MCP Server for Binary Ninja
- Exposes Binary Ninja analysis as MCP tools and resources
- Provides 15+ analysis tools (e.g., rename, pseudo‑C, disassembly)
- Supports both UI plugin and headless modes
- Connects to MCP clients via stdio or SSE transport
- Automatically exposes all opened binary files as URIs
- Configuration of auto‑start and port via Binary Ninja settings
Use cases of Another™ MCP Server for Binary Ninja
- Automate reverse engineering tasks with LLMs
- Query binary metadata (imports, exports, segments, strings)
- Decompile functions into pseudo‑C or pseudo‑Rust
- Analyze triage summaries and disassembly via chat interfaces
FAQ from Another™ MCP Server for Binary Ninja
How do I install this server?
You can install it via Binary Ninja’s plugin manager (UI plugin) or use uvx binaryninja-mcp install-api once, then uvx binaryninja-mcp server <filename> for headless mode.
Can I change the default port?
Yes. Use the --port flag on both the server and client command lines (default is 7000) or configure the port in Binary Ninja Settings under “MCP Server – Server port number”.
What is the difference between UI plugin and headless mode?
The UI plugin auto‑starts when the first file is loaded and offers configurable auto‑start and port in Binary Ninja’s settings. Headless mode requires explicit file arguments and runs without a graphical interface.
What transport protocols are supported?
Both SSE (recommended for Cherry Studio) and stdio relay (for Claude Desktop) are supported.
Does the server require Binary Ninja to be installed?
Yes. Binary Ninja must be installed because the server uses the Binary Ninja API. The headless mode also requires prior installation of the API (install-api command).
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论