Back to Apps

Redraft
by KaelinGraf
AI-assisted project design records and decision tracking using structured Markdown and MCP.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Redraft transforms project documentation from a linear narrative into a structured, versioned design record. It allows AI agents to manage design decisions, rationales, requirements, and open questions as typed nodes in a graph, stored as plain Markdown files in Git. This ensures that the 'road not taken' (rejected alternatives) is preserved and queryable, providing a robust audit trail for engineering projects.
Tools
create_node: Adds a new typed node (concept, decision, etc.) to the graph.search_nodes: Performs hybrid lexical and vector search across the design record.assemble_report: Generates a technical LaTeX report collapsing the graph into a review-grade document.snapshot: Creates a git commit of the current graph state for versioning.overview: Provides a high-level map of the project structure and unresolved decisions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"redraft": {
"command": "redraft",
"args": ["serve"],
"env": {
"REDRAFT_DIR": "/path/to/your/graph"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uv tool install --from https://github.com/KaelinGraf/redraft redraftInformation
- Pricing
- free
- Published
- 7/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"redraft": {"command": "redraft", "args": ["serve"], "env": {"REDRAFT_DIR": "/path/to/your/graph"}}}}





