HomeDevelopment › memorylens-mcp

memorylens-mcp

MCP server for .NET memory profiling — in-process heap snapshots via EventPipe with leak heuristics

C#
★ 10 stars Last pushed 2026-09-24 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.2)

npx -y memorylens-mcp@2.1.2

Or add to your MCP client config:

{
  "mcpServers": {
    "memorylens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "memorylens-mcp@2.1.2"
      ]
    }
  }
}

Package (nuget 2.1.2)

Package: nuget MemoryLens.Mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry