java-debug-mcp

ylw-a/java-debug-mcp
★ 3 stars Java AI/LLM Updated today
An MCP server that turns an LLM into a Java debugger via JDI — pre-declare the values you want before a breakpoint fires and get back a compact ▎ structured snapshot, no heap dumps.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "java-debug-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ylw-a/java-debug-mcp"
      ]
    }
  }
}

Topics

ai-toolsbreakpointclaude-codedebugdebuggerjavajdwpmcpmcp-server