Skip to main content
Developer ToolsJava

hechtcarmel/jetbrains-debugger-mcp-plugin

A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin

Claude Desktop configuration example:

{
  "mcpServers": {
    "jetbrains-debugger-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "hechtcarmel/jetbrains-debugger-mcp-plugin"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Java
Author
hechtcarmel