Chroma

Chroma

A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.

5.1K

13 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
chroma_add_documentsAdd documents to a Chroma collection.
chroma_create_collectionCreate a new Chroma collection with configurable HNSW parameters.
chroma_delete_collectionDelete a Chroma collection.
chroma_delete_documentsDelete documents from a Chroma collection.
chroma_fork_collectionFork a Chroma collection.
chroma_get_collection_countGet the number of documents in a Chroma collection.
chroma_get_collection_infoGet information about a Chroma collection.
chroma_get_documentsGet documents from a Chroma collection with optional filtering.
chroma_list_collectionsList all collection names in the Chroma database with pagination support.
chroma_modify_collectionModify a Chroma collection's name or metadata.
chroma_peek_collectionPeek at documents in a Chroma collection.
chroma_query_documentsQuery documents from a Chroma collection with advanced filtering.
chroma_update_documentsUpdate documents in a Chroma collection.

Manual installation

You can install the MCP server using:

Installation for

Related servers