Memorylens MCP
Rank #2,574io.github.MarcelRoozekrans/memorylens-mcp
MCP server for .NET memory profiling — in-process heap snapshots via EventPipe with leak heuristics
Memorylens MCP is a Model Context Protocol (MCP) server published by marcelroozekrans. It ranks #2,574 of 115,460 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Memorylens MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 112,886 of 115,460 servers on MCP Toplist.
Use Memorylens MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memorylens-mcp -- npx -y memorylens-mcpclaude mcp add memorylens-mcp -- dnx MemoryLens.Mcp[mcp_servers.memorylens-mcp]
command = "npx"
args = ["-y", "memorylens-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.memorylens-mcp]
command = "dnx"
args = ["MemoryLens.Mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memorylens-mcp": {
"command": "dnx",
"args": [
"MemoryLens.Mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"memorylens-mcp": {
"command": "dnx",
"args": [
"MemoryLens.Mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memorylens-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"memorylens-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"MemoryLens.Mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memorylens-mcp": {
"command": "dnx",
"args": [
"MemoryLens.Mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memorylens-mcp": {
"command": "npx",
"args": [
"-y",
"memorylens-mcp"
]
}
}
}{
"mcpServers": {
"memorylens-mcp": {
"command": "dnx",
"args": [
"MemoryLens.Mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MarcelRoozekrans%2Fmemorylens-mcp)<a href="https://mcptoplist.com/server/io.github.MarcelRoozekrans%2Fmemorylens-mcp"><img src="https://mcptoplist.com/badge/io.github.MarcelRoozekrans%2Fmemorylens-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
marcelroozekrans
Other servers by marcelroozekrans
View all marcelroozekrans servers →Available versions (6)
| Version | Published |
|---|---|
| 2.1.2 | Aug 24, 2026 |
| 2.0.0 | Aug 22, 2026 |
| 1.7.2 | Aug 21, 2026 |
| 1.6.0 | Jul 28, 2026 |
| 1.3.4 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Memorylens MCP?
- Memorylens MCP is maintained by marcelroozekrans, which publishes 3 MCP servers (29 total versions) tracked on MCP Toplist.
- Is Memorylens MCP listed on the Official MCP Registry?
- Yes — Memorylens MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Memorylens MCP have?
- MCP Toplist tracks 6 versions of Memorylens MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for Memorylens MCP?
- The source code for Memorylens MCP is hosted at github.com/marcelroozekrans/memorylens-mcp.