Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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

GitHubEmbed

Описание

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_bytes at offset, 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_legal text the analyst must type in
  • Reversible — the SHA-256 manifest + restore_original tool let the analyst roll back to the exact original bytes
  • Non-destructiveapply_patch writes a copy at dst, not in place; the original at src is 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

from github.com/Heretek-RE/re-patch

Установка Re Patch

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Heretek-RE/re-patch

FAQ

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

Compare Re Patch with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development