ChromaDB Vector MCP Server
Community
Databases
stdio
Enable AI agents to perform semantic search, add embeddings, and manage ChromaDB vector database collections. Perfect for RAG (Retrieval-Augmented Generation) workflows, document search, and AI-native knowledge bases.
Quick Install
$ uvx mcp-server-chromaEnvironment Variables
| Variable | Description | Required |
|---|---|---|
| CHROMA_HOST | ChromaDB server host | No |
| CHROMA_PORT | ChromaDB server port | No |
Configuration by Client
{
"mcpServers": {
"server": {
"command": "uvx",
"args": [
"mcp-server-chroma"
]
}
}
}Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.
Available Tools (4)
query_collectionadd_documentslist_collectionscreate_collection