/ Каталог / Песочница / JetBrains Index MCP
● Сообщество hechtcarmel ⚡ Сразу

JetBrains Index MCP

автор hechtcarmel · hechtcarmel/jetbrains-index-mcp-plugin

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.

Зачем использовать

Ключевые функции

Живое демо

Как выглядит на практике

jetbrains-index-mcp.replay ▶ готово
0/0

Установка

Выберите клиент

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "jetbrains-index-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      ]
    }
  }
}

Откройте Claude Desktop → Settings → Developer → Edit Config. Перезапустите после сохранения.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "jetbrains-index-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      ]
    }
  }
}

Cursor использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "jetbrains-index-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      ]
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "jetbrains-index-mcp": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      ]
    }
  }
}

Тот же формат, что и Claude Desktop. Перезапустите Windsurf для применения.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "jetbrains-index-mcp",
      "command": "TODO",
      "args": [
        "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
      ]
    }
  ]
}

Continue использует массив объектов серверов, а не map.

~/.config/zed/settings.json
{
  "context_servers": {
    "jetbrains-index-mcp": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin"
        ]
      }
    }
  }
}

Добавьте в 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 min beginner

Когда использовать: 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
Поток
  1. 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
  2. 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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills