From 21ea77bdf37b7e062beda4cc8b092907ccc3e494 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sun, 19 Oct 2025 10:20:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20MCP=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E5=AE=98=E6=96=B9=E6=BA=90=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 771fd3d5..838d3033 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -214,9 +214,9 @@ MCP tools provide advanced context retrieval from external sources, enhancing th | Tool | Purpose | Official Source | |---|---|---| -| **Exa MCP** | For searching code and the web. | [mcp.js/packages/server-exa](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-exa) | -| **Code Index MCP** | For indexing and searching the local codebase. | [mcp.js/packages/server-code-index](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-code-index) | -| **Chrome DevTools MCP** | For interacting with web pages to extract layout and style information. | [mcp.js/packages/server-chrome-devtools](https://github.com/modelcontextprotocol/mcp.js/tree/main/packages/server-chrome-devtools) | +| **Exa MCP** | For searching code and the web. | [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) | +| **Code Index MCP** | For indexing and searching the local codebase. | [johnhuang316/code-index-mcp](https://github.com/johnhuang316/code-index-mcp) | +| **Chrome DevTools MCP** | For interacting with web pages to extract layout and style information. | [ChromeDevTools/chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) | - **Prerequisite**: Node.js and npm (or a compatible JavaScript runtime). - **Verify**: After installation, check if the servers can be started (consult MCP documentation for details).