https://github.com/welkon/openwebui-server
This server provides Model Context Protocol (MCP) services for OpenWebUI, enabling knowledge base integration and retrieval.
https://github.com/welkon/openwebui-server
Last synced: 2 months ago
JSON representation
This server provides Model Context Protocol (MCP) services for OpenWebUI, enabling knowledge base integration and retrieval.
- Host: GitHub
- URL: https://github.com/welkon/openwebui-server
- Owner: Welkon
- Created: 2025-02-22T06:50:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T07:45:28.000Z (7 months ago)
- Last Synced: 2025-02-22T08:23:03.531Z (7 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cline MCP Server
[中文](README.zh-CN.md)
This server implements the Model Context Protocol (MCP) for Cline, providing core services for knowledge base integration and retrieval.
## Purpose
- Serve as the MCP backend for Cline
- Provide knowledge base access and retrieval capabilities
- Manage MCP server connections and tool integrations
- Enable OpenWebUI integration through MCP## Getting Started
1. Install dependencies: `npm install`
2. Start development server: `npm run dev`