hechtcarmel/jetbrains-debugger-mcp-plugin
by Various
☕ 🏠 - A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
MCP
hechtcarmel/jetbrains-debugger-mcp-plugin
Added 1 June 2026
Overview
A JetBrains IDE plugin that exposes a Model Context Protocol (MCP) server. It gives AI coding assistants programmatic control over the debugger, allowing them to set breakpoints, step through code, and inspect variables.
Best for
Best for
Developers using JetBrains IDEs who want to integrate AI assistants into their debugging workflow
Use cases
- Automating breakpoint management during debugging sessions
- Controlling step execution from an AI assistant
- Inspecting variables and stack traces programmatically
How to use
Tools exposed
list_run_configurationsexecute_run_configurationlist_debug_sessionsstart_debug_sessionstop_debug_sessionget_debug_session_statuslist_breakpointsset_breakpointremove_breakpointresume_executionpause_executionstep_overstep_intostep_outrun_to_linewait_for_pauseget_stack_traceselect_stack_framelist_threadsget_variables
Tested with
Claude Code, Cursor, Windsurf, Continue, VS Code
Example client config
{\n "mcpServers": {\n "intellij-debugger": {\n "httpUrl": "http://127.0.0.1:29190/debugger-mcp/streamable-http"\n }\n }\n} Notes
A JetBrains IDE plugin that exposes a Model Context Protocol (MCP) server. It gives AI coding assistants programmatic control over the debugger, allowing them to set breakpoints, step through code, and inspect variables.
80 stars on GitHub. Last updated 2026-05-22. Licensed MIT.
Use cases
- Automating breakpoint management during debugging sessions
- Controlling step execution from an AI assistant
- Inspecting variables and stack traces programmatically
Pros
- Enables AI assistants to interact directly with the JetBrains debugger
- Leverages the mature debugging infrastructure of JetBrains IDEs
- Open source with a Kotlin codebase for easy customization
Cons
- Requires a JetBrains IDE and an MCP-compatible AI assistant
- Limited to debugger control, not other IDE features
- Small community with 80 stars, so limited support and documentation
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Enables AI assistants to interact directly with the JetBrains debugger
- Leverages the mature debugging infrastructure of JetBrains IDEs
- Open source with a Kotlin codebase for easy customization
Cons
- Requires a JetBrains IDE and an MCP-compatible AI assistant
- Limited to debugger control, not other IDE features
- Small community with 80 stars, so limited support and documentation
Open-source & AI alternatives
Swap-in tools that solve the same job. Weigh the trade-offs before you commit.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
