A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma.
5.1K
13 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
chroma_add_documents | Add documents to a Chroma collection. |
chroma_create_collection | Create a new Chroma collection with configurable HNSW parameters. |
chroma_delete_collection | Delete a Chroma collection. |
chroma_delete_documents | Delete documents from a Chroma collection. |
chroma_fork_collection | Fork a Chroma collection. |
chroma_get_collection_count | Get the number of documents in a Chroma collection. |
chroma_get_collection_info | Get information about a Chroma collection. |
chroma_get_documents | Get documents from a Chroma collection with optional filtering. |
chroma_list_collections | List all collection names in the Chroma database with pagination support. |
chroma_modify_collection | Modify a Chroma collection's name or metadata. |
chroma_peek_collection | Peek at documents in a Chroma collection. |
chroma_query_documents | Query documents from a Chroma collection with advanced filtering. |
chroma_update_documents | Update documents in a Chroma collection. |
Manual installation
You can install the MCP server using:
Installation for