Analyze JVM thread dumps with ThreadMine: deadlocks, CPU spikes, pool exhaustion, health score.
claude mcp add mcp -- npx -y @threadmine/mcp
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@threadmine/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/dev.threadmine--mcp/reviews or the review_server meta-tool.
POST /mcp