Command Palette

Search for a command to run...

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

Re Kaitai

БесплатноНе проверен

MCP server exposing Kaitai Struct for custom binary format reverse engineering.

GitHubEmbed

Описание

MCP server exposing Kaitai Struct for custom binary format reverse engineering.

README

MCP server exposing Kaitai Struct for custom binary format reverse engineering.

Tools

Tool What it does
check_compiler Confirm kaitai-struct-compiler is installed
list_known_formats List bundled .ksy formats
download_format Download a .ksy from the kaitai-formats gallery
compile_format Compile .ksy → Python at runtime
parse_with_format Parse a binary with a compiled or precompiled format
visualize Same as parse_with_format, named for the intent
diff_parses Parse two files and return a structural diff

Install

# System dependency
brew install kaitai-struct-compiler   # macOS
scoop install kaitai-struct-compiler  # Windows
# Linux: download prebuilt from https://github.com/kaitai-io/kaitai_struct_compiler/releases

# Python
pip install kaitaistruct
pip install -e ./servers/re-kaitai

Usage pattern (in Claude Code)

1. "Decode this firmware blob"
2. Claude identifies the file magic (e.g. LZMA header)
3. Claude downloads the matching .ksy: download_format("lzma")
4. Claude compiles: compile_format("/path/lzma.ksy")
5. Claude parses: parse_with_format(path="/path/blob", ksy_path="/path/lzma.ksy")
6. Claude inspects the parse tree, iterates on the .ksy, re-parses

The Kaitai workflow is iterative: compile → parse → fix the schema → re-compile → parse again.

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

Установка Re Kaitai

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

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

FAQ

Re Kaitai MCP бесплатный?

Да, Re Kaitai MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Re Kaitai?

Нет, Re Kaitai работает без API-ключей и переменных окружения.

Re Kaitai — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Re Kaitai в Claude Desktop, Claude Code или Cursor?

Открой Re Kaitai на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Re Kaitai with

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

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

Автор?

Embed-бейдж для README

Похожее

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