IntelliJ plugin that exposes the IDE's code index over MCP so coding agents can leverage IDE intelligence.
JetBrains Index MCP is a Model Context Protocol server by hechtcarmel. IntelliJ plugin that exposes the IDE's code index over MCP so coding agents can leverage IDE intelligence. See the source repo for setup, supported clients, and configuration details.
Добавьте в context_servers. Zed перезагружается автоматически.
claude mcp add jetbrains-index-mcp -- TODO 'See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin'
Однострочная команда. Проверить: claude mcp list. Удалить: claude mcp remove.
Сценарии использования
Реальные сценарии: JetBrains Index MCP
Use JetBrains Index MCP for its primary workflow
👤 Developers using AI coding agents⏱ ~10 minbeginner
Когда использовать: You need the capability: IntelliJ plugin that exposes the IDE's code index over MCP so coding agents can leverage IDE intelligence.
Предварительные требования
MCP server installed — See https://github.com/hechtcarmel/jetbrains-index-mcp-plugin for install instructions
Поток
Install
Install JetBrains Index MCP following the README at https://github.com/hechtcarmel/jetbrains-index-mcp-plugin✓ Скопировано
→ MCP server appears in your client's available tools/skills
Invoke
Use JetBrains Index MCP to complete the task described in its docs.✓ Скопировано
→ Agent calls the relevant tool/skill and returns a result
Итог: Working integration with the capabilities advertised by the project.
Подводные камни
README is the source of truth; details here may lag upstream — Check https://github.com/hechtcarmel/jetbrains-index-mcp-plugin for the latest setup steps and tool list