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
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Provides Retrieval-Augmented Generation capabilities by parsing documents (PDF, Markdown) and storing them in ChromaDB for semantic search and context retrieval.
Related MCP Servers
- -securityAlicense-qualityProvides semantic memory and persistent storage for Claude, leveraging ChromaDB and sentence transformers for enhanced search and retrieval capabilities.Last updated -3743Apache 2.0
- -securityFlicense-qualityEnables LLMs to perform semantic search and document management using ChromaDB, supporting natural language queries with intuitive similarity metrics for retrieval augmented generation applications.Last updated -
Agentsetofficial
AsecurityAlicenseAqualityAn open-source platform for Retrieval-Augmented Generation (RAG). Upload documents and query them ⚡Last updated -12717MIT License- -security-license-qualityA Retrieval-Augmented Generation server that enables semantic PDF search with OCR capabilities, allowing users to query document content through any MCP client and receive intelligent answers.