memorylens-mcp
v2.1.2
Published
MCP server for .NET memory profiling with AI-actionable code fix suggestions — collects heap snapshots in-process via EventPipe.
Downloads
1,471
Maintainers
Readme
memorylens-mcp
npm launcher for MemoryLens MCP — on-demand .NET memory profiling with concrete, AI-actionable code fix suggestions, collecting heap snapshots in-process via EventPipe with nothing to install.
npx -y memorylens-mcpThis package contains no server code. It is a thin shim that ensures the
MemoryLens.Mcp .NET global tool is installed at
the matching version, then execs it. The .NET 10 SDK must be on PATH.
MCP client config
{
"mcpServers": {
"memorylens": {
"type": "stdio",
"command": "npx",
"args": ["-y", "memorylens-mcp"]
}
}
}The server collects heap data in-process over EventPipe — nothing is downloaded or installed; see the main README for how collection works.
If you already have the .NET SDK and prefer no npm indirection, install the tool directly:
dotnet tool install -g MemoryLens.McpMIT licensed.
