Add jdwp-mcp — Java/JVM debugging via JDWP
Adds jdwp-mcp to the Developer Tools section.
**What it does:** MCP server that connects to live JVMs via JDWP protocol,
enabling LLM agents to autonomously debug Java applications — attach to
a running process, pause threads, set breakpoints (including conditional),
inspect stacks with auto-resolved object fields, evaluate methods, set
variable values, and diagnose issues like deadlocks and hung queries.
**25 tools** including: attach, breakpoints (conditional), exception breakpoints,
field watchpoints, stack inspection with object auto-resolve, method evaluation,
variable mutation, thread management, and combined snapshot dumps.
**Works with:** Claude Code, Codex, Cursor, or any MCP-compatible agent.
**Install:** `pip install jdwp-mcp` or `cargo install --git https://github.com/navicore/jdwp-mcp`
**License:** MIT