Back to MCP directory
publicPublicdnsLocal runtime

OpenWebUI RAG

Cline的MCP协议后端服务,提供知识库集成与检索功能

article

README

🚀 Cline MCP 服务器

此服务器实现了Cline的模型上下文协议(MCP),为知识库的集成与检索提供核心服务,助力相关业务高效开展。

🚀 快速开始

安装依赖

npm install

启动开发服务器

npm run dev

✨ 主要特性

  • 担任Cline的MCP后端。
  • 提供知识库访问和检索功能。
  • 管理MCP服务器连接及工具整合。
  • 通过MCP支持OpenWebUI集成。
help

Runtime guide

cloud

Hosted runtime

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

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

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

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client