Jdwp MCP
UnclaimedJava debugging for LLMs via JDWP and Model Context Protocol
Install
$
claude mcp add --scope project jdwp /path/to/jdwp-mcp/target/release/jdwp-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
debug.attach
Connect to JVM via JDWP
debug.clear_breakpoint
Remove a breakpoint
debug.continue
Resume execution
debug.disconnect
End debug session
debug.evaluate
Evaluate expression
debug.get_stack
Get stack frames with variables
debug.list_breakpoints
List active breakpoints
debug.list_threads
List all threads
debug.pause
Pause execution
debug.set_breakpoint
Set breakpoint at class:line
debug.step_into
Step into method
debug.step_out
Step out of method
debug.step_over
Step over current line