J
Openwebui-server
...
Created 2/22/2025byWelkon
Language:
JavaScript
Stars:
4
Forks:
0
Cline MCP Server
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
- Install dependencies:
npm install
- Start development server:
npm run dev
Last updated: 2/26/2025