Skip to main content
Glama
CodeCraftingDevelopment

JetBrains MCP Bridge

JetBrains MCP Bridge

Bridge MCP permettant d'utiliser les outils JetBrains IDE depuis Cascade (Windsurf) ou tout autre client MCP.

Architecture

┌─────────────────┐     ┌──────────────────┐     ┌─────────────────┐
│  Cascade/       │────▶│  MCP Bridge      │────▶│  JetBrains IDE  │
│  Windsurf       │     │  (stdio)         │     │  (SSE :64342)   │
│                 │◀────│                  │◀────│                 │
└─────────────────┘     └──────────────────┘     └─────────────────┘

Related MCP server: JetBrains MCP Proxy Server

Prérequis

  1. JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.) avec le plugin MCP activé

  2. Node.js >= 18

  3. Windsurf avec Cascade

Installation

npm install
npm run build:mcp

Configuration Windsurf/Cascade

Ajoutez cette configuration dans les paramètres MCP de Windsurf (~/.codeium/windsurf/mcp_config.json) :

{
  "mcpServers": {
    "jetbrains": {
      "command": "node",
      "args": ["C:/Users/chris/IdeaProjects/test/dist/mcp-server.js"],
      "env": {
        "JETBRAINS_MCP_HOST": "127.0.0.1",
        "JETBRAINS_MCP_PORT": "64342"
      }
    }
  }
}

Note: Adaptez le chemin args selon l'emplacement de votre projet.

Utilisation

  1. Ouvrez votre IDE JetBrains avec un projet

  2. Vérifiez que le proxy MCP est actif (port 64342 par défaut)

  3. Redémarrez Windsurf pour charger la configuration MCP

  4. Utilisez Cascade - les outils JetBrains seront disponibles

Variables d'environnement

Variable

Défaut

Description

JETBRAINS_MCP_HOST

127.0.0.1

Hôte du proxy MCP JetBrains

JETBRAINS_MCP_PORT

64342

Port du proxy MCP JetBrains

Test manuel

npm run start:mcp

Interface Web (optionnel)

Une interface React est également disponible pour tester la connexion :

npm run dev

Ouvrez http://localhost:5173 pour voir les outils MCP disponibles.


React + TypeScript + Vite (Documentation originale)

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:

export default defineConfig([
  globalIgnores(['dist']),
  {
    files: ['**/*.{ts,tsx}'],
    extends: [
      // Other configs...

      // Remove tseslint.configs.recommended and replace with this
      tseslint.configs.recommendedTypeChecked,
      // Alternatively, use this for stricter rules
      tseslint.configs.strictTypeChecked,
      // Optionally, add this for stylistic rules
      tseslint.configs.stylisticTypeChecked,

      // Other configs...
    ],
    languageOptions: {
      parserOptions: {
        project: ['./tsconfig.node.json', './tsconfig.app.json'],
        tsconfigRootDir: import.meta.dirname,
      },
      // other options...
    },
  },
])

You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:

// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'

export default defineConfig([
  globalIgnores(['dist']),
  {
    files: ['**/*.{ts,tsx}'],
    extends: [
      // Other configs...
      // Enable lint rules for React
      reactX.configs['recommended-typescript'],
      // Enable lint rules for React DOM
      reactDom.configs.recommended,
    ],
    languageOptions: {
      parserOptions: {
        project: ['./tsconfig.node.json', './tsconfig.app.json'],
        tsconfigRootDir: import.meta.dirname,
      },
      // other options...
    },
  },
])
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A bridge server that connects Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients, enabling seamless integration between ACP-based AI agents and MCP-compatible tools like Claude Desktop.
    Last updated
    16
    23
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Exposes any stdio-based MCP server to the internet via HTTP/SSE transport, enabling remote agents to access MCP tools over a network.
    Last updated
    11
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI clients to perform local code search, indexing, and analysis across Java, JavaScript/TypeScript, .NET/C#, and Python projects through the MCP protocol.
    Last updated
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

  • The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeCraftingDevelopment/CodeCraftingDevelopment-mcp-jetbrain'

If you have feedback or need assistance with the MCP directory API, please join our Discord server