Development|AI / ML|UtilitiesJava

unidbg

Allows you to emulate an Android native library and provides experimental iOS emulation for AI-assisted debugging.

Free
N/A rating (0 reviews)0 installs4,893 GitHub stars
emulationdebuggingMCPAInative libraries

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

Claude DesktopCursor

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.

unidbg MCP Server — MCPNest — MCPNest