Skip to main content
Developer ToolsJava

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).

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hechtcarmel/jetbrains-index-mcp-plugin

Claude 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.

Details

Category
Developer Tools
Language
Java
Author
hechtcarmel