DSH Market
R

Rea

by morluto · morluto/rea

InstallableMCP Servercopy into placefreshinstall scripts

Reverse engineer anything with agents, from app behavior down to native binaries.

Install Rea

Not a bundle: wire it through the official mcp-client bridge with a single config row.

This is an MCP server, not a DSH bundle. It is wired in through the official @deepseek-ai/dsh-mcp-client bridge: one plugin row in your config, pointing at either a stdio command or an http endpoint. Its tools then appear to the agent as mcp__rea__<tool>, the same naming Claude Code and Codex use.

One config row for the mcp-client bridge — fill the command or URL from this repo's README

{
  "name": "@deepseek-ai/dsh-mcp-client",
  "config": {
    "server": "rea",
    "command": "<stdio command from the README>",
    "url": "<or an http endpoint, if the server is remote>"
  }
}

Placeholders are placeholders

The command and URL above are not stored in our index — no MCP server exposes them in a machine-readable way. Take them from the repository README; everything else in the row is fixed by the bridge.

Before you run itinstall scripts

  • This package declares prepare, prepack — package-manager lifecycle scripts that execute on your machine at install time, outside the agent sandbox, before any tool-approval prompt exists.
  • A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.

Prerequisites

API key
Not required.
Network access
Not required at runtime.
Language
TypeScript

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
lifecycleScriptsfailwarnruns at install time, outside the agent sandbox: prepare, prepack
entityTypepassinfomcp-server is not installed via `dsh plugin add`
Verdict reason
mcp-server uses its own install path, so bundle checks do not apply
package.json read
package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15
Install-time scripts
prepare, prepack

From the README

Excerpt as published by the author, plain text, unedited

**English** · [简体中文](README_zh.md) · [日本語](README_ja.md) · [한국어](README_ko.md) · [العربية](README_ar.md) **See a feature you like. Understand how it works, down to the binary level.** See a feature in an app that you want in your own product? Give the app to your agent—even without its source code. With REA, the agent can investigate the feature, explain how it works, show its evidence, and build a version adapted to your stack and requirements. REA gives agents one consistent way to investigate software. Today that includes deep native analysis and function dossiers through Hopper or bring-your-own Ghidra on Linux, plus an experimental Windows x64 Ghidra P0 for approved native PE applications; execution-free managed PE/CLI triage; reproducible Evidence v2 records; controlled process captu

Topics

GitHub topics on this repository

More in Mcp Server Model Context Protocol

Ranked by similarity inside the cluster, not alphabetically