Skip to content
Grok

memorylens mcp for Grok

io.github.marcelroozekrans/memorylens-mcp

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

client:Grok transport:stdio runtime:npm

Install memorylens mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

memorylens mcp in other clients