MCP Directory

hechtcarmel/jetbrains-debugger-mcp-plugin

GitHub
Developer Tools

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

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y jetbrains-debugger-mcp-plugin

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route hechtcarmel/jetbrains-debugger-mcp-plugin intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add jetbrains-debugger-mcp-plugin

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use hechtcarmel/jetbrains-debugger-mcp-plugin directly without routing

npx -y jetbrains-debugger-mcp-plugin

New to Agent-CoreX? View setup guide →

hechtcarmel/jetbrains-debugger-mcp-plugin MCP Server