MCP server for .NET memory profiling — in-process heap snapshots via EventPipe with leak heuristics
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).
Run
npx -y memorylens-mcp
MCP client config
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Published to NuGet as `MemoryLens.Mcp` — run it with your .NET MCP host.