/ Diretório / Playground / JetBrains Index MCP
● Comunidade hechtcarmel ⚡ Instantâneo

JetBrains Index MCP

por 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.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

jetbrains-index-mcp.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/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"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

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

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

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

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

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

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

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

O Continue usa um array de objetos de servidor em vez de um map.

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

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add jetbrains-index-mcp -- TODO 'See README: https://github.com/hechtcarmel/jetbrains-index-mcp-plugin'

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: JetBrains Index MCP

Use JetBrains Index MCP for its primary workflow

👤 Developers using AI coding agents ⏱ ~10 min beginner

Quando usar: You need the capability: IntelliJ plugin that exposes the IDE's code index over MCP so coding agents can leverage IDE intelligence.

Pré-requisitos
  • MCP server installed — See https://github.com/hechtcarmel/jetbrains-index-mcp-plugin for install instructions
Fluxo
  1. Install
    Install JetBrains Index MCP following the README at https://github.com/hechtcarmel/jetbrains-index-mcp-plugin✓ Copiado
    → MCP server appears in your client's available tools/skills
  2. Invoke
    Use JetBrains Index MCP to complete the task described in its docs.✓ Copiado
    → Agent calls the relevant tool/skill and returns a result

Resultado: Working integration with the capabilities advertised by the project.

Armadilhas
  • 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

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills