hechtcarmel/jetbrains-index-mcp-plugin
🔌 MCP Serverhechtcarmel
An MCP server for JetBrains IDEs, enabling AI agents to access advanced code indexing and refactoring tools.
The jetbrains-index-mcp-plugin is a powerful bridge designed to empower AI coding assistants with the deep context and structural awareness of JetBrains IDEs. By implementing the Model Context Protocol (MCP), this plugin exposes the IDE's robust indexing engine to external AI agents. Key features include the ability to perform safe refactoring operations such as renaming and safe deletion, as well as advanced code navigation tools like finding references, call hierarchies, and type hierarchies. Additionally, the plugin provides access to IDE diagnostics, allowing AI agents to understand and resolve code issues with the same precision as a human developer. This tool is essential for developers looking to build or use AI agents that require more than just file-level access, enabling them to interact with the codebase through the IDE's own sophisticated analysis tools.
💡Highlights
- ├─Exposes IDE refactoring via MCP
- ├─Supports call and type hierarchies
- └─Provides native IDE diagnostics
🎯For
- ├─AI Software Engineers
- └─IDE Plugin Developers