Skip to main content
Glama
maschiojv

ThreadMine MCP Server

by maschiojv

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THREADMINE_API_KEYYesYour ThreadMine API key (required for authentication).
THREADMINE_API_URLNoOverride the API endpoint (for self-hosted/staging).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_thread_dumpA

Analyze a JVM thread dump with ThreadMine. Detects deadlocks, CPU spikes, thread pool exhaustion, thread leaks and virtual thread pinning. Returns detected problems, a health score (0-100) and a link to the full interactive report. Pass the dump text in "content", or "file_path" for large dumps. Consumes one analysis from the ThreadMine account's daily quota.

get_analysisA

Fetch an existing ThreadMine analysis by id (returned by analyze_thread_dump). Read-only: does NOT consume the daily analysis quota.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one submits a new thread dump for analysis, the other retrieves results by ID. No overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern ('analyze_thread_dump', 'get_analysis'), making them predictable and easy to distinguish.

Tool Count4/5

Two tools is reasonable for a specialized analysis server. It covers the essential create and retrieve operations without unnecessary bloat.

Completeness4/5

The server covers the core workflow (analyze and retrieve results). Missing list or delete functionality are minor gaps but do not break the usage flow.

Maintenance

ActivityStale
ResponsivenessNo issues