hechtcarmel/jetbrains-debugger-mcp-plugin
A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
Quick Start
Clone the repository:
git clone https://github.com/hechtcarmel/jetbrains-debugger-mcp-pluginClaude 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.