🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

memorylens-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memorylens-mcp

MCP server for .NET memory profiling with AI-actionable code fix suggestions — wraps JetBrains dotMemory with a heuristic-based rule engine.

latest
Source
npmnpm
Version
1.7.1
Version published
Maintainers
1
Created
Source

memorylens-mcp

npm launcher for MemoryLens MCP — on-demand .NET memory profiling with concrete, AI-actionable code fix suggestions, wrapping JetBrains dotMemory with a heuristic-based rule engine.

npx -y memorylens-mcp

This 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 downloads and caches dotnet-dotmemory on first use; see the main README for supported platforms, cache locations, and manual fallback discovery.

If you already have the .NET SDK and prefer no npm indirection, install the tool directly:

dotnet tool install -g MemoryLens.Mcp

MIT licensed.

Keywords

mcp

FAQs

Package last updated on 28 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts