re-binary-diff
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@re-binary-diffdiff original.bin and patched.bin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
re-binary-diff
MCP server for read-only binary comparison: a unified diff between two files, and a per-section fingerprint of one file. Dry-run only — the server never writes a byte to disk.
Why
The 2026-06-05 stress test surfaced a need to compare an
original binary against a patched copy (the Output/.../patches/
workflow) without re-introducing the on-disk patch primitive.
re-binary-diff is the read-only cousin: it reports the diff,
it never applies it.
Related MCP server: BinaryAnalysis-MCP
Tools
Tool | What it does |
| Health check — |
| Run |
| Return per-chunk SHA-256 + offset + size for a single file (a structural fingerprint, like |
Install
Part of the RE-AI plugin; ./install.sh installs the package. To
install standalone:
pip install -e ./servers/re-binary-diffRun
re-binary-diff # stdio transport (default for MCP)
python -m re_binary_diff # equivalentMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables intelligent file and folder comparison with advanced text normalization, duplicate detection, and line-level diff analysis. Provides secure workspace-constrained file operations with CRC32-based exact matching and smart text comparison capabilities.Last updated
- Alicense-qualityDmaintenanceEnables analysis of binary files (PE, ELF, Mach-O, COFF) by providing tools to retrieve info, headers, sections, imports, exports, libraries, security hardening, signatures, and COFF object file details.Last updated24GPL 3.0
- Flicense-qualityBmaintenanceEnables bounded local filesystem inspection, comparison, and mutation with search and resume capabilities.Last updated
- Alicense-qualityCmaintenanceEnables read-only analysis of local disk usage to identify cleanup targets by size, type, recency, and duplicates.Last updated191MIT
Related MCP Connectors
Verify PyPI and npm packages, symbols, and version diffs against real artifacts. Free, no account.
Free, no-account verification of KeyHalve-sealed documents. Read-only; never receives keys.
Read-only crypto safety: token honeypot checks, EIP-712 signature decode, approval scans.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-binary-diff'
If you have feedback or need assistance with the MCP directory API, please join our Discord server