We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/chromadblocal-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•657 B
# ChromaDB MCP Server Configuration
# Copy this file to .env and update with your values
# ChromaDB connection URL
# Default: http://localhost:8001
CHROMADB_URL=http://localhost:8001
# Optional: ChromaDB API key (if authentication is enabled)
# CHROMADB_API_KEY=your_api_key_here
# Optional: Custom port for ChromaDB
# CHROMADB_PORT=8001
# Optional: Enable debug logging
# DEBUG=true
# Optional: Collection prefix (useful for multi-tenant setups)
# COLLECTION_PREFIX=my_project_
# Optional: Maximum results to return from searches
# MAX_SEARCH_RESULTS=10
# Optional: Embedding model (defaults to ChromaDB's default)
# EMBEDDING_MODEL=all-MiniLM-L6-v2