73
/ 100
1 month ago
glama

Chroma MCP Server

A Model Context Protocol server for Chroma, enabling AI models to create collections and retrieve data using vector search, full text search, and metadata filtering.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: CHROMA_API_KEY, CHROMA_OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCHROMA_CLIENT_TYPEexport ="http" # or "cloud", "persistent", "ephemeral"
configCHROMA_DATA_DIRexport ="/full/path/to/your/data/directory"
configCHROMA_HOSTexport ="your-host"
configCHROMA_PORTexport ="your-port"
configCHROMA_CUSTOM_AUTH_CREDENTIALSexport ="your-custom-auth-credentials"
configCHROMA_TENANTexport ="your-tenant-id"
configCHROMA_DATABASEexport ="your-database-name"
🔐 secretCHROMA_API_KEYexport ="your-api-key"
configCHROMA_SSLexport ="true"
configCHROMA_DOTENV_PATHexport ="/path/to/your/.env"
configOLLAMA_BASE_URL
configOLLAMA_MODEL
🔐 secretCHROMA_OPENAI_API_KEY
configEMBEDDING_API_BASE
configEMBEDDING_MODEL
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/zwczwczwc-chroma-mcp-ollama-p83o4f)](https://m8ven.ai/mcp/zwczwczwc-chroma-mcp-ollama-p83o4f)
commit: 4ad490e3b2e55207c4938748c8b0f7dfefeb11c2
code hash: d8708c3a2a2f9db8115fcfa0d5fb74bf870fe9ff4708e8989db6838c6963b826
verified: 6/22/2026, 12:56:58 PM
view raw JSON →