hechtcarmel/jetbrains-index-mcp-plugin
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).
Quick Start
Clone the repository:
git clone https://github.com/hechtcarmel/jetbrains-index-mcp-pluginClaude Desktop configuration example:
{
"mcpServers": {
"jetbrains-index-mcp-plugin": {
"command": "npx",
"args": [
"-y",
"hechtcarmel/jetbrains-index-mcp-plugin"
]
}
}
}Check the repository README for specific installation and configuration instructions.