MCP Servers / database / Chroma

Chroma

JSON →
noneofficial553database

Embeddings, vector search, document storage, and full-text search with the open-source AI application database

Install
How to run this server

No install command recorded.

server path: chroma
Tools
What this server exposes
chroma_list_collections
List all collections with pagination support
chroma_create_collection
Create a new collection with optional HNSW configuration
chroma_peek_collection
View a sample of documents in a collection
chroma_get_collection_info
Get detailed information about a collection
chroma_get_collection_count
Get the number of documents in a collection
chroma_modify_collection
Update a collection's name or metadata
chroma_delete_collection
Delete a collection
chroma_add_documents
Add documents with optional metadata and custom IDs
chroma_query_documents
Query documents using semantic search with advanced filtering
chroma_get_documents
Retrieve documents by IDs or filters with pagination
chroma_update_documents
Update existing documents' content, metadata, or embeddings
chroma_delete_documents
Delete specific documents from a collection
Configuration
Environment & auth
authnone
envCHROMA_API_KEY
envCHROMA_HOST
envCHROMA_PORT
envCHROMA_COHERE_API_KEY
Resources
Chroma — MCP Server · libregistry