Skip to main content
Glama
Heretek-RE

re-report-write

by Heretek-RE

re-report-write

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")

Related MCP server: Memory Bank MCP Server

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
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-report-write'

If you have feedback or need assistance with the MCP directory API, please join our Discord server