homebrew-hprof-analyzer

parttimenerd/homebrew-hprof-analyzer
★ 0 stars Ruby AI/LLM Updated 4d ago
Homebrew tap for hprof-analyzer — Java heap dump analyzer with MCP server and OQL engine
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "homebrew-hprof-analy": {
      "command": "npx",
      "args": [
        "-y",
        "parttimenerd/homebrew-hprof-analyzer"
      ]
    }
  }
}

README Excerpt

Homebrew tap for [hprof-analyzer](https://github.com/parttimenerd/hprof-analyzer) — a fast, low-memory Java HPROF heap-dump analyzer with a built-in MCP server for Claude/Cline and an interactive `heap` CLI. ```sh brew tap parttimenerd/hprof-analyzer brew trust parttimenerd/hprof-analyzer # required by Homebrew for third-party taps