# RE AI

> Agent-space monorepo orchestrating the Heretek-RE per-MCP reverse-engineering toolchain

- **Type:** MCP server
- **Install:** `agentstack add mcp-heretek-re-re-ai`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Heretek-RE](https://agentstack.voostack.com/s/heretek-re)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Heretek-RE](https://github.com/Heretek-RE)
- **Source:** https://github.com/Heretek-RE/RE-AI

## Install

```sh
agentstack add mcp-heretek-re-re-ai
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# RE-AI

The agent-space monorepo that orchestrates the Heretek-RE per-MCP reverse-engineering toolchain.

RE-AI does not contain server code itself. It contains:

- **`versions.lock`** — pins each per-MCP server to a specific git tag.
- **`install.sh`** — clones all 31 per-MCP servers at their pinned versions into `servers/`.
- **`.mcp.json`** — registers all 31 MCP servers with Claude Code (reads from `servers/`).
- **`skills/`** — 29 Claude Code skill definitions that compose the MCP tools into workflows.
- **`data/`** — shared catalog data (DRM indicators, compiler fingerprints, APKiD signatures, anti-analysis catalog, OLLVM pass catalog).

## Quick start

```bash
git clone https://github.com/Heretek-RE/RE-AI.git
cd RE-AI
./install.sh        # clones 31 per-MCP servers into servers/
```

Then register `.mcp.json` with your Claude Code session.

## Per-MCP servers

Each server is an independent repo at `https://github.com/Heretek-RE/re-`. You can also use any server standalone without the agent-space orchestration:

```bash
# Standalone usage (any server)
git clone https://github.com/Heretek-RE/re-capa.git
cd re-capa
uv run re-capa     # starts the MCP server on stdio
```

See each server's README for its `.mcp.json` one-liner.

## Version management

Edit `versions.lock` to pin a server to a specific tag, then re-run `./install.sh --update`:

```
re-capa v0.2.0          # bumped to a newer release
re-angr v0.1.0          # unchanged
```

## Architecture

```
RE-AI/
├── .mcp.json            # MCP server registry (reads from servers/)
├── versions.lock        # per-server tag pins
├── install.sh           # installer (git clone --depth 1 --branch )
├── skills/              # 29 SKILL.md files (agent workflows)
├── data/                # shared catalogs (drm-indicators, compiler-fingerprints, ...)
├── servers/             # [git-ignored] cloned per-MCP repos
├── tests/integration/   # cross-server integration tests
├── pyproject.toml       # for integration test runner
├── LICENSE              # MIT
└── README.md
```

## License

MIT. The per-MCP servers carry their own licenses (see each server's LICENSE file).

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Heretek-RE](https://github.com/Heretek-RE)
- **Source:** [Heretek-RE/RE-AI](https://github.com/Heretek-RE/RE-AI)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-heretek-re-re-ai
- Seller: https://agentstack.voostack.com/s/heretek-re
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
