{
  "markdown": "# ThreadMine MCP Server\n\n> ThreadMine is a Java thread dump analyzer with AI — detects deadlocks, CPU spikes, pool exhaustion and virtual thread pinning. Free online, no signup.\n\nOfficial [MCP](https://modelcontextprotocol.io) server for [ThreadMine](https://threadmine.dev). Paste a JVM thread dump into your AI assistant — Claude Code, Claude Desktop or Cursor — and get back the detected problems, a health score and a link to the full interactive report, without leaving the chat.\n\n## Tools\n\n| Tool | What it does | Quota |\n|---|---|---|\n| `analyze_thread_dump` | Uploads a thread dump (inline text or file path) and returns detected problems, health score (0-100) and the report link | Consumes 1 analysis from your daily quota |\n| `get_analysis` | Fetches a previous analysis by id | Free (read-only) |\n\n## Setup\n\n1. Create a free account at [threadmine.dev](https://threadmine.dev).\n2. Create an API key: **Settings → API Keys** in the [web app](https://app.threadmine.dev).\n3. Add the server to your assistant:\n\n**Claude Code**\n\n```bash\nclaude mcp add threadmine -e THREADMINE_API_KEY=tf_live_xxx -- npx -y @threadmine/mcp\n```\n\n**Claude Desktop / Cursor** (`claude_desktop_config.json` / `.cursor/mcp.json`)\n\n```json\n{\n  \"mcpServers\": {\n    \"threadmine\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@threadmine/mcp\"],\n      \"env\": { \"THREADMINE_API_KEY\": \"tf_live_xxx\" }\n    }\n  }\n}\n```\n\n## Usage\n\nAsk your assistant things like:\n\n- *\"Analyze this thread dump: `<paste>`\"*\n- *\"Run the dump at /tmp/threaddump.txt through ThreadMine\"*\n- *\"What did analysis `<id>` find? Any deadlocks?\"*\n\n## Notes\n\n- Analyses run in the workspace the API key belongs to and count against that workspace's plan quota (the Free plan includes a daily quota — [pricing](https://threadmine.dev/pricing)).\n- `THREADMINE_API_URL` can override the API endpoint (self-hosted / staging).\n- Requires Node.js ≥ 20.\n\n## License\n\nMIT\n",
  "bytes": 1914,
  "sha": "47cae2d9b96102756a1cafb78a9ba4f3468bd69814551d3d82192104c24782c5",
  "repo_slug": "maschiojv/threadmine-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_threadmine_mcp_4bfe0e8c/readme"
}