Re Report Write
БесплатноНе проверенMCP server for writing Markdown report fragments to files with path safety and SHA-256 verification.
Описание
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
Установка Re Report Write
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Heretek-RE/re-report-writeFAQ
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
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 Report Write with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
