memorydetective for Cline
io.github.carloshpdoc/memorydetective
iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging.
client:Cline
transport:stdio
runtime:npm
Install memorydetective in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"memorydetective": {
"command": "npx",
"args": [
"-y",
"memorydetective"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs