A security-first MCP server that empowers AI agents to perform automated reverse engineering, malware analysis, forensics, vulnerability research, and SAST — powered by Radare2, YARA, LIEF, Capstone, and more.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"reversecore_mcp": {
"command": "npx",
"args": [
"-y",
"sjkim1127/Reversecore_MCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add reversecore_mcp npx -y sjkim1127/Reversecore_MCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"reversecore_mcp": {
"command": "npx",
"args": [
"-y",
"sjkim1127/Reversecore_MCP"
]
}
}
}
📋 Copy
README Excerpt
<div align="center"> <img src="icon.png" alt="Reversecore MCP" width="480" /> **AI-Powered Reverse Engineering & Security Analysis via Model Context Protocol** *Enterprise-grade integrated static & dynamic analysis server — speak natural language, get expert-level reverse engineering, vulnerability triage, malware analysis, and forensics.*
Tools (20)
LOG_LEVEL MCP_API_KEY MCP_TRANSPORT R2_POOL_SIZE RATE_LIMIT REDIS_URL REVERSECORE_READ_DIRS REVERSECORE_WORKSPACE Radare2_disassemble SMTP_HOST SMTP_PASSWORD SMTP_PORT SMTP_USER TOOL_TIMEOUT adaptive_vaccine add_session_ioc add_session_mitre analyze_artifacts analyze_disk_image analyze_memory_dump
Topics
ghidra mcp mcp-security mcp-server radare2 reverse-engineering security