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
Tools (12)
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"
}
}
}
}