Chroma
Freeby AI Labs
Open-source embedding database for AI applications.
v1.0.0Added Feb 4, 2025
chromavector-dbembeddings
Chroma MCP Server
Open-source embedding database for AI applications.
Features
- Collections
- Embeddings
- Metadata filtering
- Distance functions
- Persistence
Installation
{
"mcpServers": {
"chroma": {
"command": "npx",
"args": ["-y", "mcp-chroma"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-chroma
Add to claude_desktop_config.json
{
"mcpServers": {
"chroma": {
"command": "npx",
"args": ["-y", "mcp-chroma"]
}
}
}