@@ -67,15 +67,21 @@ but an LLM is required to do the actual work, orchestrating tool use.
6767Serena can extend the functionality of your existing AI client via the ** model context protocol (MCP)** .
6868Most modern AI chat clients directly support MCP, including
6969* terminal-based clients like Claude Code, Codex, OpenCode, or Gemini-CLI,
70- * IDEs and IDE assistant plugins for VSCode, Cursor and JetBrains IDEs,
71- * desktop and web clients like Claude Desktop or OpenWebUI.
70+ * IDEs and IDE assistant plugins for VSCode, Cursor and JetBrains IDEs (Copilot, Junie, JetBrains AI Assistant, etc.) ,
71+ * desktop and web clients like Claude Desktop, Codex App, or OpenWebUI.
7272
7373<img src =" resources/serena-block-diagram.svg " >
7474
7575To connect the Serena MCP server to your client, you either
7676 * provide the client with a launch command that allows it to start the MCP server, or
7777 * start the Serena MCP server yourself in HTTP mode and provide the client with the URL.
7878
79+ Serena's tools are powered by two alternative language intelligence backends:
80+ * With the SolidLSP backend (default), language servers for the selected programming languages will be started
81+ automatically for your project.
82+ * With the JetBrains backend, the Serena JetBrains plugin must be installed in your IDE and
83+ the project you want to work on must open and set up.
84+
7985See the [ Quick Start] ( #quick-start ) section below for information on how to get started.
8086
8187## Programming Language Support & Semantic Analysis Capabilities
0 commit comments