Wraps common reverse engineering CLI tools like strings, objdump, readelf, and binwalk behind a sandboxed MCP interface with filesystem isolation and timeouts. You get execute_tool operations for each utility, plus tool documentation queries. Reach for this when you want Claude to help analyze binaries, extract firmware strings, or dump ELF headers without giving it raw shell access. The engine validates arguments and confines file operations to a workspace directory. Ships with both a Python API and MCP server, so you can use it programmatically or wire it into Claude Desktop. Requires the underlying tools installed separately on your system.
claude mcp add --transport stdio io.github.daedalus-mcp_reverse_engineering uvx mcp_reverse_engineering