TDA - Thread Dump Analyzer (for Java). Analyze your Thread Dumps with a GUI or use it as MCP Server.
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"
]
}
}
}
Run in terminal:
claude mcp add tda npx -y irockel/tda
Add to .cursor/mcp.json:
{
"mcpServers": {
"tda": {
"command": "npx",
"args": [
"-y",
"irockel/tda"
]
}
}
}