Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

RE Server

БесплатноНе проверен

Enables reverse engineering and binary analysis using Ghidra, YARA, Radare2, and other tools, plus backend development assistance like project analysis, securit

GitHubEmbed

Описание

Enables reverse engineering and binary analysis using Ghidra, YARA, Radare2, and other tools, plus backend development assistance like project analysis, security scanning, and scaffolding.

README

MCP server for Reverse Engineering & Binary Analysis with backend development tools.

Features

Reverse Engineering Tools

Tool Description
ghidra_analyze Analyze binary with Ghidra (headless mode)
ghidra_decompile Decompile binary functions with Ghidra
yara_scan Scan files with YARA rules for malware indicators
analyze_binary Static analysis - extract strings, checksec, binary info
radare2_analyze Analyze with Radare2 (functions, imports, strings)
pestudio_analyze Analyze PE (Windows) files
dynamic_analysis Behavioral analysis on suspicious files
network_analysis Analyze pcap files for IOCs
memory_forensics Memory dump analysis with Volatility commands
gdb_debug Debug binaries with GDB

Backend Development Tools

Tool Description
analyze_project Analyze project structure, language, framework
review_security Scan for hardcoded secrets, SQL injection, XSS
analyze_api List all API endpoints
validate_api_structure Check REST best practices
get_architecture_advice Architectural recommendations
scaffold_project Generate project with Docker & tests
add_docker Add Docker configuration
add_tests Add unit & integration tests
execute_command, read_file, write_file, list_directory File operations

Quick Start

npm install
npm run server

Environment Variables

Variable Description Default
GHIDRA_PATH Ghidra installation path /opt/ghidra
YARA_RULES_PATH Custom YARA rules directory ./rules

Usage Examples

- "Analyze binary /path/to/binary with Ghidra"
- "Scan malware.exe with YARA rules"
- "Run dynamic analysis on suspicious file"
- "Analyze network capture traffic.pcap"
- "Decompile main function from binary"
- "Check security of my binary (checksec)"
- "Analyze memory dump memory.dmp"
- "Debug binary with GDB at main"
- "Analyze PE file with PE Studio"

Claude Desktop Config

{
  "mcpServers": {
    "mcp-re": {
      "command": "npm",
      "args": ["run", "server"],
      "workdir": "/path/to/mcp"
    }
  }
}

Requirements

RE Tools (optional)

  • Ghidra - Binary analysis & decompilation
  • YARA - Malware scanning
  • Radare2 - Binary analysis
  • checksec - Binary security checks
  • strings - String extraction
  • Volatility - Memory forensics
  • tshark - Network analysis
  • GDB - Debugging

Install on Kali/RE Linux:

sudo apt install yara radare2 checksec binutils volatility tshark gdb

from github.com/RoySamson-stack/backend-mcp

Установка RE Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/RoySamson-stack/backend-mcp

FAQ

RE Server MCP бесплатный?

Да, RE Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для RE Server?

Нет, RE Server работает без API-ключей и переменных окружения.

RE Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить RE Server в Claude Desktop, Claude Code или Cursor?

Открой RE Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare RE Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development