re-report-write
MCP server for writing Markdown report fragments to files with path safety and SHA-256 verification.
README
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")
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.