Rebuild Dossier MCP Server

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 runs locally over stdio via the published package.

People who work with agent tools, ai evaluation and arxiv and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 2 · #75 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Rebuild Dossier

before you install - you'll need

Set MCP_AUTH_TOKEN, MCP_ALLOWED_HOSTS, REBUILD_DOSSIER_ALLOWED_PATHS before connecting.

Claude Code

claude mcp add parker-fawcett-rebuild-dossier -- npx -y rebuild-dossier

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "parker-fawcett-rebuild-dossier": {
      "command": "npx",
      "args": [
        "-y",
        "rebuild-dossier"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-22 - young repo, little track record yet

license MIT - declared in the repository

npm package rebuild-dossier - unscoped; check the name against the project README before installing

registry vendor namespace com.parkerfawcett - domain-verified with the official MCP registry

03 · What Rebuild Dossier can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.10-paper · 2026-09-18

Pinned commit cited in Section 7 (Reproducibility) of "Rebuild Dossier: A Passing Test Suite Is Not a Correct Rebuild." · This is the exact state of the tool referenced by every figure in the paper. Changes since…

v0.2.9-paper · 2026-09-17

Pinned commit cited in Section 7 (Reproducibility) of "Rebuild Dossier: Mechanically-Enforced Specs for Agentic App Rebuilds, and What Model-Tier Failures Reveal." · This is the exact state of the tool referenced by…

v0.2.6 · 2026-09-04

The install command works now · This release fixes the thing that was blocking everyone who tried the tool: the npm bin target was missing the node shebang, so the documented first command, npx rebuild-dossier@latest…

04 · Who maintains Rebuild Dossier

Rebuild Dossier is maintained by parker-fawcett. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
documentation - ranked #75 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-09-18)
registry
com.parkerfawcett/rebuild-dossier (active, first published 2026-09-03 · 2 versions)
packages
npm:rebuild-dossier

06 · Rebuild Dossier FAQ

What is Rebuild Dossier?

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 runs locally over stdio via the published package.

Is Rebuild Dossier still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Rebuild Dossier?

Run `npx -y rebuild-dossier`. The README documents 3 environment variables (MCP_AUTH_TOKEN, MCP_ALLOWED_HOSTS, REBUILD_DOSSIER_ALLOWED_PATHS) to set first. Set MCP_AUTH_TOKEN, MCP_ALLOWED_HOSTS, REBUILD_DOSSIER_ALLOWED_PATHS before connecting. You can also paste the ready-made client config above.

Does Rebuild Dossier run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Rebuild Dossier