re-patch
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-patchApply a byte-level patch to the firmware binary at offset 0x100 with value 0x90"
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-patch
MCP server for on-disk patching of binary artifacts. Provides:
SHA-256 manifest of a binary (so the original can be verified / restored)
Byte-level patch application: copy a file, write
new_bytesatoffset, save the resultManifest-driven restore: read the manifest, copy the original back
The server does not enforce policy — it surfaces an audit log
(confirm_legal parameter) so the calling agent records the
justification for every patch. The user / run policy is the
caller's responsibility.
Why
The 2026-06-05 stress test surfaced a need for an on-disk patch primitive that's:
Auditable — every call carries a
confirm_legaltext the analyst must type inReversible — the SHA-256 manifest + restore_original tool let the analyst roll back to the exact original bytes
Non-destructive —
apply_patchwrites a copy atdst, not in place; the original atsrcis never modified
Related MCP server: hashline-mcp
Tools
Tool | What it does |
| Health check — |
| Return the SHA-256 of path (hex-encoded) |
| Copy |
| Copy |
Install
Part of the RE-AI plugin; ./install.sh installs the package. To
install standalone:
pip install -e ./servers/re-patchRun
re-patch # stdio transport (default for MCP)
python -m re_patch # equivalentResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceA deterministic MCP server that enforces auditable workflows by requiring AI agents to provide structured justifications and obtain human approval for file operations. It provides a secure, tamper-evident pipeline for tracking agent intent and codebase changes through cryptographic signatures and SQLite indexing.
- Flicense-qualityDmaintenanceAn MCP server for precise, hash-referenced file editing that enables atomic edits using line:hash references instead of fragile line numbers or full content reproduction.
- Alicense-qualityBmaintenanceA filesystem MCP server that journals every file operation (write, delete, move, mkdir) and outbound commands (exec, http) into an append-only ledger, enabling undo and compensation of actions.MIT
- AlicenseAqualityBmaintenanceA local-first, model-neutral MCP server for collecting and normalizing change-scoped release evidence. It provides deterministic Git change summaries, evidence collection, and review bundles for agent review.718Apache 2.0
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
Hosted MCP server for agent governance: MCP config audits, injection scans, scope-policy checks.
Static MCP manifest and tool-policy security preflight with signed input-redacted receipts
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-patch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server