MCP Directory
Back

tda

by irockel · Java · ★ 545

TDA - Thread Dump Analyzer (for Java). Analyze your Thread Dumps with a GUI or use it as MCP Server.

#java#jvm#jvm-monitor#mcp#mcp-server#performance-tuning#thread-dump#virtual-threads

Install

git clone https://github.com/irockel/tda.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "tda": {
      "command": "npx",
      "args": [
        "-y",
        "github:irockel/tda"
      ]
    }
  }
}

From the README

[](https://github.com/irockel/tda/actions/workflows/build.yml) [](https://github.com/irockel/tda/issues?q=is%3Aissue+is%3Aopen+label%3Adependencies) [](https://libraries.io/github/irockel/tda) [](LICENSE) > [!IMPORTANT] > > **2026-05-11 - TDA 3.2 available.** > * **VisualVM Plugin**: proper integration in VisualVM working again. > * **UI**: Updated jsvg version to 2.1.0. > > **2026-04-18 - TDA 3.1 available.** > * **VisualVM Plugin**: proper integration in VisualVM working again. > * **Logfile Parsing**: Support for UTF16 files. > * **UI**: some small fixes. > > **2026-01-30 - TDA…
Read full README on GitHub →

Related other servers