Chroma

Official 🗄️ Data & Files

The official ChromaDB MCP server provides AI-powered vector search and retrieval. Create and query collections with support for ephemeral, persistent, cloud, and self-hosted modes. Integrates with OpenAI, Cohere, and Jina embedding providers.

Tags

vector searchembeddings

Tools (12)

chroma_list_collectionschroma_create_collectionchroma_peek_collectionchroma_get_collection_infochroma_get_collection_countchroma_modify_collectionchroma_delete_collectionchroma_add_documentschroma_query_documentschroma_get_documentschroma_update_documentschroma_delete_documents

Config for Claude Desktop / Cursor

{ "mcpServers": { "chroma": { "command": "uvx", "args": [ "chroma-mcp" ], "env": { "CHROMA_CLIENT_TYPE": "your-chroma-client-type-here", "CHROMA_API_KEY": "your-chroma-api-key-here", "CHROMA_HOST": "your-chroma-host-here" } } } }
Documentation →
Activate on Zubnet →