Java Debugger MCP Server. Enables AI agents to debug live Java apps via JDI with breakpoints, stack tracing, and variable inspection.
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"
]
}
}
}
Run in terminal:
claude mcp add jdb-mcp npx -y d4n-sec/jdb-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"jdb-mcp": {
"command": "npx",
"args": [
"-y",
"d4n-sec/jdb-mcp"
]
}
}
}