tda

irockel/tda
★ 537 stars Java 📦 Other Updated 1mo ago
TDA - Thread Dump Analyzer (for Java). Analyze your Thread Dumps with a GUI or use it as MCP Server.
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": {
    "tda": {
      "command": "npx",
      "args": [
        "-y",
        "irockel/tda"
      ]
    }
  }
}

Topics

javajvmjvm-monitormcpmcp-serverperformance-tuningthread-dumpvirtual-threads