Back to MCP Servers
ChromaDB
Interact with ChromaDB for semantic document search, metadata filtering, and persistent vector storage in RAG pipelines
chromadbvector-databaseembeddingsaisearchrag
Installation
pip install chroma-mcp-serverConfiguration
{
"mcpServers": {
"chromadb": {
"command": "uvx",
"args": ["chroma-mcp-server"],
"env": {
"CHROMA_HOST": "localhost",
"CHROMA_PORT": "8000"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes