rebuild-dossier

businessfawcett-cloud/rebuild-dossier
★ 0 stars TypeScript AI/LLM Updated today
MCP server that reverse-engineers a locked rebuild spec (CLAUDE.md, .claude/ config, mutation-tested tests) from an existing app
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rebuild-dossier": {
      "command": "npx",
      "args": [
        "-y",
        "businessfawcett-cloud/rebuild-dossier"
      ]
    }
  }
}

README Excerpt

An MCP server that reverse-engineers a trustworthy **rebuild spec** — a locked `CLAUDE.md`, `.claude/` config, and a mutation-tested test suite — out of an existing app, so any coding agent can rebuild it cleanly against that spec instead of guessing. **It does not rebuild the app.** It produces the spec, contracts, and tests a coding agent