Odel
memorylens mcp

memorylens mcp

Local
@marcelroozekrans10C#MITUpdated 6 days ago

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).

npmmemorylens-mcpv2.1.2

Run

npx -y memorylens-mcp

MCP client config

{
  "mcpServers": {
    "memorylens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "memorylens-mcp"
      ]
    }
  }
}
NuGetMemoryLens.Mcpv2.1.2

Published to NuGet as `MemoryLens.Mcp` — run it with your .NET MCP host.