unidbg
Allows you to emulate an Android native library and provides experimental iOS emulation for AI-assisted debugging.
This project enables emulation of the JNI Invocation API, supports ARM32 and ARM64 architectures, and integrates with the Model Context Protocol (MCP) for AI-assisted debugging. It features memory leak detection, syscall emulation, and various hooking mechanisms for both Android and iOS platforms.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"unidbg": {
"args": [
"-y",
"@modelcontextprotocol/server-unidbg"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.