heap_mcp_nb

32kda/heap_mcp_nb
★ 3 stars Java 📦 Other Updated 5d ago
HeapDump .hprof file analysis MCP server using NetBeans Profiler as a backend library
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "heap_mcp_nb": {
      "command": "npx",
      "args": [
        "-y",
        "32kda/heap_mcp_nb"
      ]
    }
  }
}