# 内置 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/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.
