Allows running ChromaDB server as a Docker container, providing vector storage capabilities for the RAG system
Enables configuration of the server through environment variables stored in .env files
Parses and processes Markdown (.md) files with front matter support for inclusion in the vector database
Utilizes Mozilla's PDF.js library (pdfjs-dist) to extract text content from PDF files for document processing
Runs on Node.js runtime (version 18+) as the foundation for the MCP server implementation
Uses npm for package management, installation of dependencies, and project build processes
This server cannot be installed