developer tools
Jetbrains Debugger Mcp Plugin
A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
local
java
developer tools
Installation
npx -y hechtcarmel/jetbrains-debugger-mcp-pluginConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "jetbrains-debugger-mcp-plugin",
"command": "npx",
"args": [
"-y",
"hechtcarmel/jetbrains-debugger-mcp-plugin"
]
}About This MCP Server
hechtcarmel/jetbrains-debugger-mcp-plugin
A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
GitHub: https://github.com/hechtcarmel/jetbrains-debugger-mcp-plugin
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub