RE-MCP Server
A local, privacy-first MCP server that orchestrates Ghidra, Binary Ninja, x64dbg, and system tools to provide AI assistants with powerful binary analysis capabilities.
README
RE-MCP Server
Reverse Engineering Model Context Protocol Server
A local, privacy-first server that orchestrates Ghidra, Binary Ninja, x64dbg, and system tools to provide AI assistants (including Grok, Claude, and Cursor) with powerful binary analysis capabilities. All processing occurs locally; sensitive binaries are never transmitted to external services.
Key Benefits
- Accelerated Analysis — Automates repetitive reverse engineering tasks through integrated tool orchestration and AI-assisted summarization.
- Privacy by Design — Binaries and analysis results remain entirely on the analyst’s infrastructure.
- Dual Interface — Supports both human analysts via a web dashboard and AI agents through standardized tool-calling interfaces.
- Enterprise Ready — Designed with audit logging, compliance workflows, and extensibility for team and organizational deployments.
- Extensible Architecture — Clean API surface and modular design support future integration with additional reverse engineering platforms and custom analysis scripts.
Installation
From Source (Recommended for Development)
git clone https://github.com/your-org/re-mcp-server.git
cd re-mcp-server
python -m venv .venv
source .venv/bin/activate
pip install -e .
re-mcp --port 8000
Using Docker
docker build -t re-mcp-server .
docker run -p 8000:8000 \
-e GHIDRA_INSTALL_DIR=/path/to/ghidra \
-v /path/to/local/binaries:/data \
re-mcp-server
Using pip (when published)
pip install re-mcp-server
re-mcp --port 8000
After starting the server:
- Executive Dashboard: http://localhost:8000/dashboard
- Interactive API documentation: http://localhost:8000/docs
Ghidra Integration
To enable full Ghidra headless analysis, set the following environment variable prior to starting the server:
export GHIDRA_INSTALL_DIR=/path/to/your/ghidra_11.0_PUBLIC
uvicorn main:app --reload --port 8000
When analyzeHeadless is detected, the server provides:
POST /ghidra_analyzeendpoint for headless import and automated analysisghidra_analyze_binarytool for AI agent integration- "Deep Ghidra" functionality in the web dashboard
Analysis executes within an isolated temporary project directory with automatic cleanup upon completion.
Integration with AI Assistants
Configure AI assistants to use the server by including the following guidance in system prompts or tool configurations:
You have access to a local RE-MCP Server at http://localhost:8000.
Use the/call_toolendpoint with tool names returned byGET /tools.
All binary content remains on the local system.
The server publishes OpenAI-compatible tool schemas that are directly consumable by modern agent frameworks.
Core Endpoints
| Endpoint | Description |
|---|---|
GET /health |
Server status and available capabilities |
GET /tools |
OpenAI-compatible tool definitions |
POST /call_tool |
Execute a registered tool (recommended for agents) |
POST /analyze |
Perform static analysis on a local binary |
POST /summarize |
Generate executive Markdown summary with risk assessment |
POST /search_symbols |
Search symbol table with contextual results |
POST /export_markdown |
Export structured Markdown analysis report |
POST /ghidra_analyze |
Execute full Ghidra headless analysis |
Future Development
Planned enhancements include:
- Native Binary Ninja Python API integration
- Remote control interface for x64dbg (Windows)
- Multi-user team features with audit logging and role-based access controls
- Cryptographic signing of analysis artifacts for compliance workflows
Persistent session memory (introduced in v0.3) enables analysts and AI agents to organize work into named sessions, persist analysis results, and accumulate structured findings over time.
Security and Compliance
- All binary analysis executes locally; no data is transmitted externally.
- Action logging is provided to support SOC 2 and audit requirements.
- Future releases will include support for signed analysis provenance.
Paid Pilot Program
RE-MCP Server is currently available for select paid pilot engagements with qualified organizations.
Target Participants
- Red team and offensive security organizations
- Malware research and threat intelligence teams
- Firmware and embedded systems security groups
- DFIR and incident response consultancies
- Defense and critical infrastructure security teams
Pilot Scope (8–12 weeks)
- Full access to current capabilities (Ghidra integration, persistent session memory, AI agent tooling, Executive Dashboard)
- Dedicated support channel and priority feature input
- Custom onboarding and workflow integration assistance
- Option to influence roadmap priorities
Pilot Objectives
- Validate time savings and risk reduction in real operational environments
- Assess fit for team collaboration and compliance workflows
- Gather structured feedback for v1.0 commercial release
Engagement Model Pilot engagements are offered on a fixed-fee basis with clear success criteria defined jointly with the participating organization. Successful pilots have a direct path to annual licensing.
Organizations interested in participating should contact the team with a brief description of their use case and team size.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.