Integrates Chroma, an open-source embedding database, with LLM applications via the Model Context Protocol to provide contextual data retrieval.
Chroma MCP Server acts as an enhanced bridge between Large Language Model (LLM) applications and external data sources using Chroma, the open-source embedding database. This specialized fork of the original chroma-mcp project offers a FastMCP architecture, streamable HTTP transport, and improved production readiness. It enables AI models to create and manage collections of generated data and user inputs, facilitating powerful data retrieval through vector search, full-text search, and metadata filtering, providing LLMs with the essential context they need.