Odel
memorydetective

memorydetective

Local
@carloshpdoc13TypeScriptApache-2.0Updated 3mo ago

iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmemorydetectivev1.18.1

Run

npx -y memorydetective

MCP client config

{
  "mcpServers": {
    "memorydetective": {
      "command": "npx",
      "args": [
        "-y",
        "memorydetective"
      ]
    }
  }
}