article
README
🚀 Cline MCP 服务器
此服务器实现了Cline的模型上下文协议(MCP),为知识库的集成与检索提供核心服务,助力相关业务高效开展。
🚀 快速开始
安装依赖
npm install
启动开发服务器
npm run dev
✨ 主要特性
- 担任Cline的MCP后端。
- 提供知识库访问和检索功能。
- 管理MCP服务器连接及工具整合。
- 通过MCP支持OpenWebUI集成。
此服务器实现了Cline的模型上下文协议(MCP),为知识库的集成与检索提供核心服务,助力相关业务高效开展。
npm install
npm run dev
Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive
Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed