memorylens mcp for Zed
io.github.marcelroozekrans/memorylens-mcp
MCP server for .NET memory profiling — in-process heap snapshots via EventPipe with leak heuristics
client:Zed
transport:stdio
runtime:npm
Install memorylens mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs