io.github.sercanmetalore/rag-service-mcp — MCP RAG Service
This MCP server provides a RAG-as-a-service capability. It supports multi-tenant (“çok-kiracılı”) collection management and includes text ingestion workflows that perform chunking, embedding, and upsert operations.
🛠️ Key Features
- RAG-as-a-service MCP server
- Multi-tenant collection management
- Text ingest pipeline: chunk → embed → upsert
🚀 Use Cases
- Managing separate document collections across multiple tenants
- Ingesting text data for retrieval-augmented generation workflows
⚡ Developer Benefits
- Defines ingestion steps explicitly: chunking, embedding, and upserting
- Enables collection-oriented RAG storage and updates in an MCP server
⚠️ Limitations
- Provided description does not specify supported data sources, indexing options, or deployment details