An open API service indexing awesome lists of open source software.

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.

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`