apple-debug-mcp

MarlonJD/apple-debug-mcp
★ 0 stars Swift Code/Dev Tools Updated 3d ago
Local, capability-aware MCP server for authorized AI-assisted macOS and iOS debugging, Simulator/device workflows, Apple binary analysis, profiling, and reproducible evidence.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "apple-debug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "MarlonJD/apple-debug-mcp"
      ]
    }
  }
}

README Excerpt

Apple Debug MCP is a local, GPL-licensed MCP server for AI-assisted debugging and reverse engineering of authorized Apple targets. The current product surface includes: - macOS LLDB-DAP launch and attach sessions; - source/function/exception/instruction breakpoints, breakpoint-location lookup, threads, stack traces, scopes, registers, variables, completions, modules, statement/line/instruction stepping, pause/continue, disassembly, and bounded memory reads;

Topics

ai-agentsapplebinary-analysiscoredevicecrash-analysisdebuggingdeveloper-toolsiosios-simulatorlldblldb-dapmacosmcpmcp-servermodel-context-protocol