chromadb-remote-mcp

meloncafe/chromadb-remote-mcp

3.4

If you are the rightful owner of chromadb-remote-mcp 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 Remote MCP Server is a streamable HTTP server that provides remote access to ChromaDB for AI assistants, enabling semantic search and vector database operations.

Tools

Functions exposed to the LLM to take actions

chroma_list_collections

List all collections

chroma_create_collection

Create a new collection

chroma_delete_collection

Delete a collection

chroma_get_collection_info

Get collection metadata

chroma_get_collection_count

Get document count

chroma_peek_collection

Preview collection contents

chroma_add_documents

Add documents with embeddings

chroma_query_documents

Semantic search (vector similarity)

chroma_get_documents

Retrieve documents by ID or filter

chroma_update_documents

Update existing documents

chroma_delete_documents

Delete documents

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources