We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rkilchmn/chroma-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•304 B
# ChromaDB MCP Server Configuration
# Copy this file to .env and modify as needed
# ChromaDB connection settings
CHROMA_HOST=localhost
CHROMA_PORT=8000
# Optional: Use persistent local storage instead of HTTP client
# CHROMA_PERSIST_DIRECTORY=./chroma_data
# Logging level (optional)
# LOG_LEVEL=INFO