jdb-mcp

d4n-sec/jdb-mcp
★ 25 stars Java 🤖 AI/LLM Updated 9d ago
Java Debugger MCP Server. Enables AI agents to debug live Java apps via JDI with breakpoints, stack tracing, and variable inspection.
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": {
    "jdb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "d4n-sec/jdb-mcp"
      ]
    }
  }
}