
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
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 checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | fail | warn | runs at install time, outside the agent sandbox: prepare, prepack |
| entityType | pass | info | mcp-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
Flameox
morluto
Runtime evidence that helps agents trace, profile, and burn down hotspots in application and native code, GPU kernels, and inference stacks.
Jacobian
morluto
Pure mathematics for agents: search for examples and counterexamples, compute exactly, and independently check what a result proves.
Leantoken
morluto
Code intelligence for agents: find the code that matters and keep your context window and tokens lean.
Deepseek Harness Handbook
sandbaseai
Agent-first, multilingual handbook for DeepSeek Harness: quickstarts, architecture, safety, troubleshooting, and production recipes.
Gitcontribute
morluto
Contribution research for agents: check repository guidance, related work, code context, and validation before writing a patch.
Smokinggun
morluto
Help your agents find the smoking gun they're looking for. Optimization evidence for agents: find complexity hotspots.