# 內置 MCP 配置

### @cherry/mcp-auto-install

自動安裝 MCP 服務（測試版）

### @cherry/memory

基於本地知識圖譜嘅持久性記憶基礎實現。呢個令模型可以喺唔同對話之間記住用戶嘅相關資訊。

```typescript
MEMORY_FILE_PATH=/path/to/your/file.json
```

### @cherry/sequentialthinking

一個 MCP 伺服器實現，提供咗透過結構化思維過程進行動態同反思性問題解決嘅工具。

### @cherry/brave-search

一個整合咗 Brave 搜索 API 嘅 MCP 伺服器實現，提供網頁同本地搜索雙重功能。

```typescript
BRAVE_API_KEY=YOUR_API_KEY
```

### @cherry/fetch

用嚟獲取 URL 網頁內容嘅 MCP 伺服器。

### @cherry/filesystem

實現文件系統操作嘅模型上下文協議（MCP）嘅 Node.js 伺服器。

環境變量：

```
WORKSPACE_ROOT=目錄路徑地址（可選）
```

如果冇配置環境變量，就需要喺模型對話嘅時候輸入路徑地址


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cherry-ai.com/docs/zhong-wen-fan-ti/advanced-basic/mcp/buildin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
