rkilchmn/chroma-mcp-server
If you are the rightful owner of chroma-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
ChromaDB MCP Server is a comprehensive Model Context Protocol server that facilitates interaction with ChromaDB vector databases through a standardized interface.
Tools
Functions exposed to the LLM to take actions
list_collections
Lists all collections in the database with their metadata.
create_collection
Creates a new collection with specified metadata and embedding configuration.
get_collection
Gets information about a specific collection.
delete_collection
Deletes a collection and all its documents.
add_documents
Adds documents to a collection.
query_collection
Performs similarity search on a collection.
update_document
Updates an existing document.
delete_documents
Deletes documents from a collection.
get_document
Retrieves a specific document.
collection_stats
Gets statistics for a collection.
peek_collection
Peeks at the first few documents in a collection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client