MARE MCP Toolbox
Description
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows for Claude Code and Codex CLI.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MARE-MCP-Toolbox
Agentic malware analysis on a Kali Linux Docker container with 50+ reverse engineering tools and three disassembler backends (IDA Pro, Binary Ninja, Ghidra), exposed both to in-container agents AND to external MCP clients.
The gateway ships **54 curated MCP tools** by default (61 with dynamic mode enabled, +1 with the env-gated unsafe r2 tool) on top of the active disassembler's native MCP surface, over Streamable HTTP with bearer auth.
Two ways to use this
| Mode | Who's running | When to use | Entrypoint |
|---|---|---|---|
| Local | Claude Code or Codex inside the container | Hands-on triage from a single workstation; the agent has full filesystem + tool access | ./run_docker.sh |
| Remote | Claude Code on the host, mastra.ai agents, or any MCP client outside the container | Multi-client / fleet workflows; CI; integration into your own agent framework | ./run_docker.sh --remote |
Both modes can run from the same image. Local agents talk to the disassembler MCP backends directly over stdio/SSE; remote clients talk to the gateway over Streamable HTTP with bearer auth. Dynamic-analysis tools (strace, ltrace, qemu-user, gdb sessions) are an MCP-only surface enabled via `./run_docker.sh --remote --dynamic`.
Prerequisites
- Docker + Docker Compose v2
- Optional:
binaryninja.zipand/oridapro.zipin the repo root for paid disassembler backends (auto-detected at build) - For remote mode: a host port reachable by your MCP client (default
8080) - For the mastra.ai starter: Node.js 20+
- For dynamic mode: host
kernel.yama.ptrace_scope <= 1; for foreign-arch samples, host-side binfmt registration viadocker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Quick start — local mode
The default `./run_docker.sh` invocation builds the image (if needed) and drops you into an interactive Kali shell. Claude Code and Codex are pre-wired to the disassembler backend via `.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11