83
/ 100
24 days ago
mcp_so

Chroma MCP Server

A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

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 1 credential: CHROMA_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"
// 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/chroma-core-chroma-mcp-x5sut8)](https://m8ven.ai/mcp/chroma-core-chroma-mcp-x5sut8)
commit: 98ff67589bdcc31b730a5415ff9529433f949077
code hash: 121a3a4d911c038e1d38362f679abe0ef6a92417ebb769f030993262900607bd
verified: 6/27/2026, 8:57:25 AM
view raw JSON →
Chroma MCP Server · M8ven Trust Score | M8ven