Wraps common reverse engineering binaries like strings, objdump, readelf, and binwalk behind a sandboxed MCP interface with filesystem isolation and timeouts. You get tool functions for disassembling executables, parsing ELF headers, extracting firmware signatures, and dumping hex. Useful when you need Claude to analyze binary files or firmware without giving it unrestricted shell access. The engine enforces a workspace directory boundary and validates arguments before spawning subprocesses. Ships as both a CLI tool and MCP server, with Python 3.11+ required and external tools installed separately. Configuration lives in YAML if you need to adjust timeouts or enable additional utilities.
claude mcp add --transport stdio daedalus-mcp_reverse_engineering uvx mcp-reverse-engineering