Chroma MCP
the six Ws · specification
Maintained officially by Chroma (chroma-core).
It lets an agent create collections and run vector, full-text, and metadata search over documents.
It runs locally as a Python server against in-memory, persistent, or Chroma Cloud backends.
An agent reaches for it when it needs retrieval or memory over a document set.
It gives agents a flexible embedded or hosted vector store with minimal setup.
Python (uvx), and optionally a Chroma Cloud key or persistent data path.
Official vendor maintainer; local modes keep data on your machine, while cloud mode sends embeddings outbound. It can create and delete collections in the configured backend.
alternatives
works with