mcpbeat Sign in

Rebuild Dossier MCP Server

by parkerfawcett Your server? Claim it
local only

Rebuild Dossier runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from npm. Last commit 18 Sep 2026.

MCP server that reverse-engineers a locked rebuild spec from an existing app.

Installs per day peak 168 · avg 8
a month agotoday
85
Installs / week
npm · rebuild-dossier
2
Stars
13 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call generate_spec.authStorageStatePath → src/tools/generateSpec.ts:116
      JSON.parse(readFileSync(args.authStorageStatePath, 'utf-8'));
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    execSync(`npx vitest run ${dir} --passWithNoTests > ${outFile} 2>&1`, {
Dumps the whole environment ablation/codex/hooks/tool-log.mjs:165
      relevantEnvKeys: Object.keys(process.env).filter((k) => k.startsWith('CODEX_'))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rebuild-dossier -- npx -y rebuild-dossier
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rebuild-dossier": {
      "args": [
        "-y",
        "rebuild-dossier"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rebuild-dossier]
command = "npx"
args = ["-y", "rebuild-dossier"]
.cursor/mcp.json
{
  "mcpServers": {
    "rebuild-dossier": {
      "args": [
        "-y",
        "rebuild-dossier"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rebuild-dossier": {
      "args": [
        "-y",
        "rebuild-dossier"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rebuild Dossier

same job, measured the same way
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

53 installs/wk local only
JS Reverse MCP
by yuanhuakk

MCP server for JavaScript reverse engineering and browser debugging.

local only
REA
by morluto

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

154 installs/wk local only
X64dbg
by bromoket

MCP server for x64dbg debugger - 23 mega-tools for AI-powered reverse engineering and debugging

203 installs/wk local only
Rogue Binary MCP
by kirkderp

Rust MCP server for binary analysis and reverse engineering.

local only
MCP X402 Accept
by cryptoapis-io

Self-hosted MCP proxy that puts an x402 paywall in front of an existing MCP server

46 installs/wk local only
Nakkas
by arikusi

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

122 installs/wk local only
Search MCP Registry
by onticx

Search and discover MCP servers from the MCP Registry.

121 installs/wk local only

Rebuild Dossier — questions

Answers built from our own checks of this server.

Why is there no uptime for Rebuild Dossier?
Rebuild Dossier runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rebuild-dossier was installed 85 times last week.
How do I connect Rebuild Dossier?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rebuild-dossier straight from npm; nothing to host, nothing to sign up for.
How many people use Rebuild Dossier?
The npm package rebuild-dossier was installed 85 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rebuild Dossier open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 13 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.