"""
BinAssistMCP: A comprehensive MCP server for Binary Ninja
This package provides a FastMCP-based server that exposes Binary Ninja's
reverse engineering capabilities through the Model Context Protocol (MCP).
Features:
- Dual transport support (SSE and STDIO)
- Comprehensive tool set for binary analysis
- Multi-binary session management
- Configurable server settings
- Binary Ninja plugin integration
"""
__version__ = "1.0.0"
__author__ = "Jason Tang"
__description__ = "Comprehensive MCP server for Binary Ninja reverse engineering"
# Disable external library logging as early as possible to reduce ScriptingProvider messages
try:
from .logging import disable_external_logging
disable_external_logging()
except ImportError:
pass
from .server import BinAssistMCPServer
from .config import BinAssistMCPConfig
from .tools import BinAssistMCPTools
__all__ = ["BinAssistMCPServer", "BinAssistMCPConfig", "BinAssistMCPTools"]
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jtang613/BinAssistMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server