Compatible with Cursor & Claude Desktop
Give your AI Assistant
The Eyes of IntelliJ
Stop burning tokens on dumb text search. Connect Cursor to IntelliJ's PSI Engine for true semantic code understanding.
Semantic Intelligence
Don't rely on regex. JetLink resolves class hierarchies, interface implementations, and method overrides with 100% accuracy using PSI.
99% Token Savings
Instead of dumping entire files into context, JetLink surgically extracts only relevant code blocks, definitions, and signatures.
Safe Refactoring
Rename symbols across your entire monolith safely. If IntelliJ can refactor it, your AI Agent can now do it too.
Real World Benchmarks
Comparing Standard AI Search (grep/file reading) vs. JetLink MCP (PSI)
| Scenario | Standard (Tokens) | JetLink (Tokens) | Efficiency |
|---|---|---|---|
| Call Hierarchy | 3,009 | 31 | 99.0% |
| Safe Refactoring | 6,080 | 44 | 99.3% |
| Symbol Search | 4,601 | 77 | 98.3% |
| Usage Search | 1,750 | 253 | 85.5% |