re-report-write
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@re-report-writeWrite a Markdown fragment on Q3 highlights to Output/7/highlights.md"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Health check — |
| Write free-text content to a path; return the SHA-256 of the written content |
| Render a Markdown table from |
Install
Part of the RE-AI plugin; ./install.sh installs the package. To
install standalone:
pip install -e ./servers/re-report-writeRun
re-report-write # stdio transport (default for MCP)
python -m re_report_write # equivalentMaintenance
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