chroma-core/chroma-mcp
Chroma MCP server to access local and cloud Chroma instances for retrieval capabilities
Ads
Overview
Chroma MCP server to access local and cloud Chroma instances for retrieval capabilities
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- List and browse collections
Use `chroma_list_collections` to page through available collections and `chroma_peek_collection` to preview sample documents inside one.
- Create a collection with a chosen embedding model
Run `chroma_create_collection` to set up a new collection using `default`, `openai`, `cohere`, `jina`, `voyageai`, or `roboflow` embeddings.
- Add documents with metadata
Insert text via `chroma_add_documents`, optionally attaching metadata and custom IDs for later filtering.
- Search by meaning or keywords
Query with `chroma_query_documents` for semantic vector search or use full-text search to find relevant documents.
- Filter and retrieve specific documents
Fetch documents by ID or metadata filter using `chroma_get_documents`, with pagination support.
- Update or delete documents
Modify document content, metadata, or embeddings with `chroma_update_documents`, or remove them via `chroma_delete_documents`.
Tags
- embeddings
- vector-search
- rag
- search
- knowledge-retrieval
- awesome-list
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents