Discover and explore top open-source AI tools and projects—updated daily.
hechtcarmelUnlock JetBrains IDE intelligence for AI coding agents
Top 95.5% on SourcePulse
This JetBrains IDE plugin provides AI coding assistants with semantic understanding of codebases by exposing the IDE's indexing and refactoring capabilities via the Model Context Protocol (MCP). It targets AI agents like Claude, Codex, and Cursor, enabling them to perform accurate code analysis, navigation, and safe refactoring, significantly enhancing AI-assisted development workflows.
How It Works
The plugin embeds a Ktor HTTP server within JetBrains IDEs, offering dual MCP transport mechanisms: Streamable HTTP (primary, MCP 2025-03-26) and legacy SSE (MCP 2024-11-05). This approach allows AI assistants to access the IDE's Abstract Syntax Tree (AST) and index, providing true semantic understanding beyond simple text analysis. It also facilitates safe, IDE-managed refactoring operations across multiple languages.
Quick Start & Requirements
Highlighted Details
Maintenance & Community
The repository is explicitly stated as not maintained by the README's author; users are directed to the issue tracker for integration-specific issues and support. No community links (e.g., Discord, Slack) are provided.
Licensing & Compatibility
Limitations & Caveats
Several IDEs, including RubyMine, CLion, and DataGrip, are listed as untested. Specific tools have language limitations (e.g., ide_find_super_methods for Go/Rust, ide_convert_java_to_kotlin for Java/Kotlin only). The project's maintenance status indicates that primary support and development may be limited.
2 days ago
Inactive
yetone