# reversecore_mcp

This PR adds Reversecore MCP, a Python-based reverse engineering server, to the community servers list. It integrates industry-standard tools like Radare2, Ghidra, YARA, and Capstone to enable secure…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add sjkim1127/reversecore_mcp

# Browse available tools
npx -y @smithery/cli@latest tool list sjkim1127/reversecore_mcp
```

---

Source: https://github.com/sjkim1127/Reversecore_MCP
