memorydetective for VS Code
io.github.carloshpdoc/memorydetective
iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging.
client:VS Code
transport:stdio
runtime:npm
Install memorydetective in VS Code
.vscode/mcp.json
{
"servers": {
"memorydetective": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memorydetective"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs