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).

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maschiojv/threadmine-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server