developer tools
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).
local
java
developer tools
Installation
npx -y hechtcarmel/jetbrains-index-mcp-pluginConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "jetbrains-index-mcp-plugin",
"command": "npx",
"args": [
"-y",
"hechtcarmel/jetbrains-index-mcp-plugin"
]
}About This MCP Server
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).
GitHub: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub