MarcelRoozekrans/memorylens-mcp
MCP server for .NET memory profiling with AI-actionable code fix suggestions, powered by JetBrains dotMemory
Platform-specific configuration:
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">MemoryLens MCP</h1>
<p align="center"> <a href="https://www.nuget.org/packages/MemoryLens.Mcp"></a> <a href="https://www.nuget.org/packages/MemoryLens.Mcp"></a> <a href="https://github.com/MarcelRoozekrans/memorylens-mcp/actions"></a> <a href="https://github.com/MarcelRoozekrans/memorylens-mcp/blob/main/LICENSE"></a> </p>
<p align="center"> On-demand .NET memory profiling with concrete, AI-actionable code fix suggestions — wraps JetBrains dotMemory with a heuristic-based rule engine. </p>
<a href="https://glama.ai/mcp/servers/MarcelRoozekrans/memorylens-mcp"> </a>
<!-- mcp-name: io.github.marcelroozekrans/memorylens-mcp -->
---
Add to your MCP settings (.vscode/mcp.json or VS settings):
{
"servers": {
"memorylens": {
"type": "stdio",
"command": "dnx",
"args": ["MemoryLens.Mcp", "--yes"]
}
}
}claude install gh:MarcelRoozekrans/memorylens-mcpdotnet tool install -g MemoryLens.Mcp| Tool | Description | |------|-------------| | `e
Loading reviews...