Back to Home
SylphxAI icon

rag-server-mcp

by SylphxAI

Overview

Provides Retrieval Augmented Generation (RAG) capabilities to Model Context Protocol (MCP) clients by indexing project documents and retrieving relevant content for LLMs.

Installation

Run Command
docker-compose up -d --build && docker exec ollama ollama pull nomic-embed-text

Environment Variables

  • CHROMA_URL
  • OLLAMA_HOST
  • INDEX_PROJECT_ON_STARTUP
  • CHUNK_SIZE
  • CHUNK_OVERLAP

Security Notes

CRITICAL: This project is explicitly marked as DEPRECATED in its README, with a recommendation to migrate to CodeRAG. Deprecated software is unmaintained and inherently poses significant security risks due to unpatched vulnerabilities. Additionally, the server interacts directly with the file system (indexing/deleting files relative to its current working directory) based on input from MCP clients. While intended for project RAG, a malicious MCP client could potentially manipulate or delete arbitrary files within the server's CWD. E2E tests indicate integration issues with ChromaDB and Ollama plugins, which might lead to unexpected behavior.

Similar Servers

Stats

Interest Score40
Security Score4
Cost ClassMedium
Avg Tokens2000
Stars21
Forks8
Last Update2025-12-10

Tags

RAGLLMMCPVector SearchCode Indexing