Command Palette

Search for a command to run...

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

Re Report Write

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

MCP server for writing Markdown report fragments to files with path safety and SHA-256 verification.

GitHubEmbed

Описание

MCP server for writing Markdown report fragments to files with path safety and SHA-256 verification.

README

MCP server for writing analyst reports to a file. Provides:

  • Free-text Markdown write to a path
  • Structured Markdown table write to a path (headers + rows)

The server is pure-Python (no system deps) and is the foundational primitive the re-report skill uses to commit report fragments to Output/<run-id>/<file>.md.

Why

The 2026-06-05 stress test surfaced a need for a single, auditable write-primitive that:

  • Refuses to write outside the run's working dir (the gitignored Output/<run-id>/)
  • Returns a SHA-256 of the written content (so the run manifest can verify the report is intact)
  • Renders Markdown tables in the GitHub-Flavored style the rest of RE-AI uses (per CLAUDE.md §"Output report structure")

Tools

Tool What it does
check_report_write Health check — re-report-write has no system deps; always status: OK
write_report Write free-text content to a path; return the SHA-256 of the written content
write_table Render a Markdown table from headers + rows and write it to a path; return the SHA-256

Install

Part of the RE-AI plugin; ./install.sh installs the package. To install standalone:

pip install -e ./servers/re-report-write

Run

re-report-write                            # stdio transport (default for MCP)
python -m re_report_write                  # equivalent

from github.com/Heretek-RE/re-report-write

Установить Re Report Write в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install re-report-write

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add re-report-write -- uvx --from git+https://github.com/Heretek-RE/re-report-write re-report-write

FAQ

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

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

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

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

Re Report Write — hosted или self-hosted?

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

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

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

Похожие MCP

Compare Re Report Write with

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

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

Автор?

Embed-бейдж для README

Похожее

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