Re Patch
БесплатноНе проверенMCP server for on-disk patching of binary artifacts with SHA-256 manifest, byte-level patch application, and manifest-driven restore, ensuring auditability and
Описание
MCP server for on-disk patching of binary artifacts with SHA-256 manifest, byte-level patch application, and manifest-driven restore, ensuring auditability and reversibility.
README
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 result - Manifest-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 in - Reversible — 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
Tools
| Tool | What it does |
|---|---|
check_patch |
Health check — re-patch has no system dependencies; always status: OK |
sha256_manifest |
Return the SHA-256 of path (hex-encoded) |
apply_patch |
Copy src to dst, write new_bytes_b64 at offset in dst |
restore_original |
Copy original (whose SHA-256 matches the manifest) to restore_target |
Install
Part of the RE-AI plugin; ./install.sh installs the package. To
install standalone:
pip install -e ./servers/re-patch
Run
re-patch # stdio transport (default for MCP)
python -m re_patch # equivalent
Установка Re Patch
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Heretek-RE/re-patchFAQ
Re Patch MCP бесплатный?
Да, Re Patch MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Re Patch?
Нет, Re Patch работает без API-ключей и переменных окружения.
Re Patch — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Re Patch в Claude Desktop, Claude Code или Cursor?
Открой Re Patch на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Re Patch with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
