A simple Model Context Protocol (MCP) server with ChromaDB integration, allowing AI assistants to interact with ChromaDB for vector storage and retrieval operations.
A Streamable HTTP MCP server that provides remote access to ChromaDB for AI assistants like Claude. Enables semantic search and vector database operations from mobile devices and remote locations.
A Node.js-based MCP server that enables AI agents to generate embeddings, index documents, and perform semantic vector searches using OpenAI and Chroma. It facilitates the creation of retrieval-augmented generation (RAG) pipelines for internal knowledge assistants and document-based workflows.
A Model Context Protocol server providing vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.
A MCP server for document ingestion and semantic search using ChromaDB and sentence transformers, enabling users to query natural language over ingested documents.