Skip to content
Cursor

memorylens mcp for Cursor

io.github.marcelroozekrans/memorylens-mcp

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

client:Cursor transport:stdio runtime:npm

Install memorylens mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "memorylens-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memorylens-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memorylens mcp in other clients