HeapDump .hprof file analysis MCP server using NetBeans Profiler as a backend library
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"
]
}
}
}
Run in terminal:
claude mcp add heap_mcp_nb npx -y 32kda/heap_mcp_nb
Add to .cursor/mcp.json:
{
"mcpServers": {
"heap_mcp_nb": {
"command": "npx",
"args": [
"-y",
"32kda/heap_mcp_nb"
]
}
}
}