Skip to main content
Glama

Chroma MCP Server

Official

chroma_create_collection

Create a new Chroma collection with customizable HNSW parameters, embedding functions, and optional metadata to organize and manage AI-generated or user-input data efficiently.

Instructions

Create a new Chroma collection with configurable HNSW parameters.

Args: collection_name: Name of the collection to create embedding_function_name: Name of the embedding function to use. Options: 'default', 'cohere', 'openai', 'jina', 'voyageai', 'ollama', 'roboflow' metadata: Optional metadata dict to add to the collection

Input Schema

NameRequiredDescriptionDefault
collection_nameYes
embedding_function_nameNodefault
metadataNo

Input Schema (JSON Schema)

{ "properties": { "collection_name": { "title": "Collection Name", "type": "string" }, "embedding_function_name": { "default": "default", "title": "Embedding Function Name", "type": "string" }, "metadata": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Metadata" } }, "required": [ "collection_name" ], "title": "chroma_create_collectionArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/undefined/chroma-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server