A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y jetbrains-debugger-mcp-pluginAgent-CoreX intelligently routes which tools from hechtcarmel/jetbrains-debugger-mcp-plugin your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"jetbrains-debugger-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"jetbrains-debugger-mcp-plugin"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add jetbrains-debugger-mcp-pluginAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use hechtcarmel/jetbrains-debugger-mcp-plugin directly without routing
npx -y jetbrains-debugger-mcp-pluginNew to Agent-CoreX? View setup guide →