MCP Directory

hechtcarmel/jetbrains-index-mcp-plugin

GitHub
Developer Tools

A JetBrains IDE plugin that exposes an MCP server, enabling AI coding assistants to leverage the IDE's indexing and refactoring capabilities (rename, safe delete, find references, call hierarchy, type hierarchy, diagnostics and more).

Direct install

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

npx -y jetbrains-index-mcp-plugin

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from hechtcarmel/jetbrains-index-mcp-plugin your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "jetbrains-index-mcp-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "jetbrains-index-mcp-plugin"
      ]
    }
  }
}

Route hechtcarmel/jetbrains-index-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-index-mcp-plugin

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

Direct Install

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

npx -y jetbrains-index-mcp-plugin

New to Agent-CoreX? View setup guide →

hechtcarmel/jetbrains-index-mcp-plugin MCP Server