mcp-jvm-diagnostics

Dmitriusan/mcp-jvm-diagnostics
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for JVM diagnostics — thread dumps, deadlocks, GC logs, and JVM tuning
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-jvm-diagnostics": {
      "command": "npx",
      "args": [
        "-y",
        "Dmitriusan/mcp-jvm-diagnostics"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that gives AI assistants the ability to analyze JVM thread dumps and GC logs. It detects deadlocks, identifies lock contention hotspots, analyzes garbage collection pressure, and recommends JVM tuning parameters. JVM diagnostic MCP servers exist (TDA, jfr-mcp, Arthas) — but they're all **Java-based**, requiring a JVM runtime just to diagnose JVM problems. This tool runs on **Node.js** via `npx` — no JVM, no Docker, no SSH.

Tools (1)

analyze_thread_dump

Topics

aideveloper-toolsdiagnosticsgc-logheap-analysisjavajvmmcpmodel-context-protocolthread-dump