re-library-mcp
Enables querying a curated reverse engineering knowledge base covering techniques, anti-analysis bypass, mobile internals, and tools via MCP clients like Claude or Cursor.
README
RE-Library
A context7-style knowledge base for Reverse Engineering. Curated markdown entries on techniques, anti-analysis bypass, mobile internals, packers, and the tools that pull them apart. Read it on the web, or wire it into Claude / Cursor / any MCP client.
The site is live at https://heretek-ai.github.io/RE-Library/.
What's in it
Eight categories, ~50 entries (growing):
| Category | What it covers |
|---|---|
android |
APK structure, smali, native libs, Frida on Android, repackaging, SSL pinning, root detection |
ios |
IPA structure, ObjC runtime, Swift demangling, jailbreak detection, Frida on iOS, Objection |
anti-analysis |
Anti-debug, anti-VM, anti-sandbox, anti-Frida, anti-dumper, code integrity, detection patterns |
drm |
CDM architecture, security levels, key ladders, proxy/relay, attestation (no system names) |
packers |
UPX, Themida, VMProtect, OLLVM, custom packers |
tools |
Ghidra, IDA, Binary Ninja, Frida, Xposed, Magisk, Hopper, radare2 |
native |
PE, ELF, Mach-O, dynamic analysis, syscalls, hooking |
web-hybrid |
Electron, WebAssembly, browser extensions, hybrid frameworks, Cordova |
The drm/ category intentionally doesn't name any specific DRM system. The
content describes architectures, security models, and protocol shapes; readers
who know the space will recognise which system is being described. See
CONTRIBUTING.md for the full content policy.
Use it from an MCP client
The MCP server is a Python package (re-library-mcp) that exposes the same
content over the Model Context Protocol. Install and configure:
pip install re-library-mcp
Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"re-library": {
"command": "python",
"args": ["-m", "re_library_mcp"]
}
}
}
Then ask your assistant things like:
- "What are the main ways to bypass SSL pinning on Android?"
- "Show me anti-debug techniques for native code on Linux."
- "List the categories and how many entries each has."
The server fetches the latest content from this repo on startup and returns search results, full entry text, and category summaries.
Run the site locally
npm install
npm run dev
# → http://localhost:4321/RE-Library/
Build the static site + Pagefind index:
npm run build
# → dist/ (deploy dist/ to any static host)
Repository layout
content/ single source of truth — every entry is a .md file
src/ Astro site (content collections, pages, styles)
public/ static assets (favicon, etc.)
mcp-server/ Python MCP server (publishable to PyPI as `re-library-mcp`)
.github/ CI + GitHub Pages deploy
Contributing
See CONTRIBUTING.md for the entry template, schema
reference, DRM guardrail, and how to run the test suite.
License
MIT. Entry content is provided for educational and research purposes; no warranty of fitness for any particular use.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.