Skip to main content
Glama
meloncafe

ChromaDB Remote MCP Server

by meloncafe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoExternal port (Caddy reverse proxy)8080
CHROMA_HOSTNoChromaDB host (internal)chromadb
CHROMA_PORTNoChromaDB port (internal)8000
OIDC_PRESETNoConvenience preset names: google,github,microsoft
OIDC_SCOPESNoComma-separated scopes
OIDC_ISSUERSNoComma-separated OIDC issuer URLs
CHROMA_TENANTNoChromaDB tenantdefault_tenant
OIDC_AUDIENCENoExpected aud claim
GEMINI_API_KEYNoGoogle AI Studio API key for gemini provider
MCP_AUTH_TOKENYesAuthentication token for MCP and REST API (required for public access)
RATE_LIMIT_MAXNoMax requests per IP per 15 minutes100
RERANKER_MODELNoReranker model id
ALLOWED_ORIGINSNoComma-separated list of allowed origins (DNS rebinding protection)
CHROMA_DATABASENoChromaDB databasedefault_database
EMBEDDING_MODELNoProvider-specific model id
CHROMA_DATA_PATHNoChromaDB data storage pathchroma-data
RERANKER_API_KEYNoOptional bearer key for reranker
CHROMA_AUTH_TOKENNoChromaDB auth token (if ChromaDB requires auth)
EMBEDDING_API_KEYNoBearer key for openai_compatible or voyage providers
OIDC_LOG_SUB_MODENofull or SHA-256 first 12 chars
RERANKER_API_BASENoOpenAI-compatible /rerank endpoint
EMBEDDING_API_BASENoOpenAI-compatible endpoint base URL
EMBEDDING_PROVIDERNoEmbedding provider: chromadb-default, external, openai_compatible, gemini, voyage
CONFIDENCE_THRESHOLDNoDefault min_score (0-1)
EMBEDDING_DIMENSIONSNoVector dimensions
ALLOW_INSECURE_NO_AUTHNoSet to true to allow running without authentication (local dev only)
LEGACY_COLLECTION_COMPATNotrue to allow read-only access to legacy v1 collections

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/meloncafe/chromadb-remote-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server