Add jdwp-mcp — Java/JVM debugging via JDWP

Created By
navicore2 months ago
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
Overview
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

Server Config

{
  "mcpServers": {
    "jdwp": {
      "command": "jdwp-mcp",
      "args": []
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
navicore
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Payai X402 Tools

3 hours ago
Voyei

15 hours ago
Payai X402 Tools

3 hours ago