74
/ 100
13 days ago
glama

ChromaDB Remote MCP Server

A Streamable HTTP MCP server that provides remote access to ChromaDB for AI assistants like Claude. Enables semantic search and vector database operations from mobile devices and remote locations.

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
🚨
Secret credentials may flow to a network call
1 flow detected: RERANKER_API_BASE. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 6 credentials: CHROMA_AUTH_TOKEN, EMBEDDING_API_KEY, GEMINI_API_KEY, GOOGLE_OAUTH_CLIENT_SECRET, MCP_AUTH_TOKEN, RERANKER_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.
configALLOWED_ORIGINSComma-separated list of allowed origins (DNS rebinding protection) - No
configALLOW_INSECURE_NO_AUTHtrue is explicitly set.
configCHROMA_ADMIN_TOOLS_ENABLED## Admin — opt-in (=true)
configCHROMA_ALLOW_DESTRUCTIVE_OPS## Destructive — opt-in (=true)
🔐 secretCHROMA_AUTH_TOKENChromaDB auth token (if ChromaDB requires auth) - No
configCHROMA_DATABASEChromaDB database default_database No
configCHROMA_DISTRIBUTED_TOOLS_ENABLED## Distributed/Cloud-only — opt-in (=true)
configCHROMA_HOSTChromaDB host (internal) chromadb No
configCHROMA_PORTChromaDB port (internal) 8000 No
configCHROMA_REST_PROXY_ENABLEDtrue is set. When disabled, all /api/ requests return 404.
configCHROMA_TENANTChromaDB tenant default_tenant No
configCONFIDENCE_THRESHOLDDefault min_score (0-1). Tool argument has priority.
configEMBEDDING_API_BASEOpenAI-compatible endpoint base URL (Ollama / TEI / Voyage / Together / vLLM).
🔐 secretEMBEDDING_API_KEYBearer key for openai_compatible or voyage providers.
configEMBEDDING_DIMENSIONSVector dimensions. Required for external mode; Gemini accepts 768/1536/3072.
configEMBEDDING_MODELProvider-specific model id. Stored in collection metadata.
configEMBEDDING_PROVIDERchromadb-default (English-only, default) / external / openai_compatible / gemini / voyage
🔐 secretGEMINI_API_KEYGoogle AI Studio API key for the gemini provider.
configGOOGLE_OAUTH_CLIENT_ID
🔐 secretGOOGLE_OAUTH_CLIENT_SECRET
configLEGACY_COLLECTION_COMPATtrue to allow read-only access to legacy v1 collections. Writes are still rejected.
configLOG_LEVEL
🔐 secretMCP_AUTH_TOKEN- (see token generation below)
configOAUTH_PROXY_ALLOW_PRESHARED_CLIENT
configOAUTH_PROXY_BASE_URL
configOAUTH_PROXY_ENABLED
configOAUTH_PROXY_GOOGLE_SCOPES
configOAUTH_PROXY_REDIRECT_URI_ALLOWLIST
configOAUTH_PROXY_STORE_MAX
configOIDC_AUDIENCESet to the resource identifier (typically your MCP server's public URL).
configOIDC_ISSUERSSet (comma-separated issuer URLs) or OIDC_PRESET=google,github,microsoft.
configOIDC_LOG_SUB_MODEfull for raw sub, otherwise SHA-256 first 12 chars (default).
configOIDC_PRESETSet OIDC_ISSUERS (comma-separated issuer URLs) or =google,github,microsoft.
configOIDC_SCOPESComma-separated scopes for the Protected Resource Metadata.
configPING_TIMEOUT
configPORT- (default: 8080)
configRATE_LIMIT_MAXMax requests per IP per 15 minutes 100 No
configREQUEST_TIMEOUT
configRERANKER_API_BASEOpenAI-compatible /rerank endpoint. Reranker is fail-soft.
🔐 secretRERANKER_API_KEYOptional bearer key for the reranker.
configRERANKER_MODELReranker model id (default bge-reranker-v2-m3).
// 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/meloncafe-chromadb-remote-mcp-0i0sj6)](https://m8ven.ai/mcp/meloncafe-chromadb-remote-mcp-0i0sj6)
commit: b5316603ca7f3f98c53ae05f1592b75a30d255b1
code hash: 6eb426e16d86a798fcda6d72c121dd0c68cbf1101590b19611f89a7a2fb7cbe7
verified: 7/18/2026, 8:05:15 AM
view raw JSON →