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).
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y jetbrains-index-mcp-pluginAgent-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"
]
}
}
}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-index-mcp-pluginAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use hechtcarmel/jetbrains-index-mcp-plugin directly without routing
npx -y jetbrains-index-mcp-pluginNew to Agent-CoreX? View setup guide →