memorydetective for Zed
io.github.carloshpdoc/memorydetective
iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging.
client:Zed
transport:stdio
runtime:npm
Install memorydetective in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memorydetective": {
"command": "npx",
"args": [
"-y",
"memorydetective"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs