A sandboxed MCP tool for reverse engineering with multiple tool integrations
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A sandboxed MCP (Model Context Protocol) tool for reverse engineering that provides a unified interface to various reverse engineering tools with security restrictions.
This project provides a secure, sandboxed environment for executing reverse engineering tools via CLI or MCP protocol. It wraps common reverse engineering utilities (strings, objdump, readelf, binwalk, etc.) with safety features like filesystem isolation, timeouts, and argument validation.
Or for development:
To use as an MCP server with Claude Desktop:
Main class for executing reverse engineering tools.
Methods:
execute_tool(tool_name: str, args: List[str], file_path: Optional[str] = None) -> str - Execute a toollist_available_tools() -> List[str] - List enabled toolsget_tool_documentation(tool_name: str) -> Dict[str, Any] - Get tool docsget_mcp_tools() -> List[Dict[str, Any]] - Get MCP tool schemas| Tool | Category | Description |
|---|---|---|
| file | file_tools | Determine file type |
| strings | file_tools | Extract printable strings |
| hexdump | file_tools | Hexadecimal dump |
| xxd | file_tools | Hexadecimal dump |
| objdump | binary_tools | Disassemble binary |
| readelf | binary_tools | Read ELF headers |
| binwalk | firmware_tools | Firmware analysis |
mcp-name: io.github.daedalus/mcp-reverse-engineering
MIT
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-reverse-engineering)<a href="https://allmcps.com/mcp/mcp-reverse-engineering"><img src="https://allmcps.com/api/badge/mcp-reverse-engineering?style=directory" alt="MCP Reverse Engineering on AllMCPs" /></a>