BinAssist-MCP
@jtang613
BinAssist-MCP について
Binary Ninja plugin to provide MCP functionality.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is BinAssist-MCP?
BinAssist-MCP is a comprehensive Model Context Protocol (MCP) server that exposes Binary Ninja’s reverse engineering capabilities to LLM clients like Claude Desktop. It provides dual transport support (SSE and STDIO), 35+ binary analysis tools, and multi-binary session management.
How to use BinAssist-MCP?
Install via Binary Ninja’s plugin manager or manually. As a plugin, open a binary in Binary Ninja, go to BinAssist-MCP > Start Server. As a standalone server, run binassist-mcp serve /path/to/binary.exe or binassist-mcp stdio for STDIO transport. Configuration is available through Binary Ninja settings, environment variables, or a JSON file.
Key features of BinAssist-MCP
- Dual transport (SSE and STDIO) for flexible integration
- 35+ reverse engineering tools across multiple categories
- Multi-binary support with automatic lifecycle management
- Native Binary Ninja plugin with menu integration and auto-startup
- Full CLI interface for standalone operation
- Pydantic-based configuration with Binary Ninja settings
Use cases of BinAssist-MCP
- Reverse engineer binaries with natural language queries via an LLM client
- Perform decompilation, disassembly, and type analysis interactively
- Manage and analyze multiple binary sessions simultaneously
- Automate reverse engineering tasks using CLI commands and scripts
FAQ from BinAssist-MCP
What transport protocols does BinAssist-MCP support?
BinAssist-MCP supports both SSE (Server-Sent Events) and STDIO transports, configurable via the binassist.server.transport setting.
Does BinAssist-MCP require Binary Ninja to run?
Yes, BinAssist-MCP is a server that integrates with Binary Ninja’s reverse engineering platform; the standalone server and plugin both depend on Binary Ninja being installed.
How many concurrent binaries can BinAssist-MCP handle?
It supports up to 50 concurrent binaries (configurable) with automatic cleanup and eviction policies for memory management.
What configuration methods are available?
Configuration can be set through Binary Ninja’s settings system (e.g., binassist.server.host), environment variables (e.g., BINASSIST_SERVER__PORT), or a JSON configuration file.
How do I integrate BinAssist-MCP with Claude Desktop?
Add a server entry to claude_desktop_config.json with "command": "binassist-mcp" and "args": ["stdio"] to enable STDIO transport.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
コメント