EMBA-MCP
MCP server for EMBA
Documentation
π§ EMBA-MCP
Model Context Protocol (MCP) server for EMBA firmware analysis. EMBA-MCP exposes EMBA firmware analysis results as structured tools via MCP, allowing LLMs (Claude, ChatGPT, etc.) to query, reason, and correlate firmware security findings programmatically.
It parses, normalizes, and reasons over EMBA output.
β¨ Features
π¦ Parse EMBA results (kernel, services, credentials, crypto, SBOM, binaries, PHP, etc.)
π Filesystem-aware analysis (SUID, secrets, weak crypto, services)
π¨ High-risk correlation engine (multi-signal findings)
π§ Attack-path explanation engine
π§ MCP-native tools (plug into Claude / MCP clients)
π Works with existing EMBA output (no re-scan required)
π Requirements
System
Linux (recommended: Ubuntu / Kali)
Python 3.10+
EMBA Tool
π οΈ Installation
git clone https://github.com/0xbuz3R/EMBA-MCP.git
cd EMBA-MCP
Set Up a Virtual Environment (Recommended)
Bash
python -m venv venv
# On Windows:
.\venv\Scripts\activate
# On macOS:
source venv/bin/activate
3. Install Dependencies
Bash
pip install -e .Make sure EMBA is installed in your local machine: https://github.com/e-m-b-a/emba
π§© Claude Desktop MCP Configuration (Required)
To use EMBA-MCP inside Claude Desktop, you must register the MCP server in Claudeβs config file.
This step is mandatory and is the most common setup issue.
π 1. Locate claude_config_desktop.json
Claude Desktop stores the MCP configuration in the following location:
Linux
~/.config/claude/claude_config_desktop.json
If the file does not exist, create it manually.
π 2. Add EMBA-MCP Server Configuration
Add the following JSON under the mcpServers section.
β οΈ Do NOT copy paths blindly β replace them with paths valid on your system.
{
"mcpServers": {
"emba": {
"command": "",
"args": ["-m", "emba_mcp.mcp_server"],
"env": {
"EMBA_HOME": ""
}
}
}
}π 3. How to Fill the Paths Correctly
πΉ PATH_TO_PYTHON
This must be the Python interpreter where EMBA-MCP is installed.
Examples:
which python
which python3Typical values:
/usr/bin/python3
/home/user/.venv/bin/python
/home/user/.local/bin/python
πΉ PATH_TO_EMBA_DIRECTORY
This must be the root directory of EMBA, where the emba executable exists.
Example:
ls /emba
Example value:
/home/user/tools/emba
π 4. Restart Claude Desktop
After saving the file:
1. Fully close Claude Desktop
2. Reopen it
Claude will now auto-load the EMBA MCP server
β 5. Verify MCP Is Loaded
Inside Claude, try:
List EMBA scans
or
Run EMBA scan on firmware
If configured correctly, Claude will respond without MCP errors.
π½οΈ Demo
π€ Contributing & Feedback
I am still working on a few other data items to integrate; I'll update in the next release.
Meanwhile, please give it a try and provide feedback on how to improve! You can leave your suggestions in our https://github.com/0xbuz3R/EMBA-MCP/issues/1
Frequently asked questions
What is EMBA-MCP?
EMBA-MCP is MCP server for EMBA
How do I install EMBA-MCP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is EMBA-MCP open source?
Yes β it is hosted on GitHub at https://github.com/0xbuz3R/EMBA-MCP and has 6 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP