Version | Supported |
---|---|
0.1.x | ✅ |
If you discover a security vulnerability within Chroma MCP, please send an email to [your-email]. All security vulnerabilities will be promptly addressed.
Please do not publicly disclose the issue until it has been addressed by the maintainers.
-
API Keys and Credentials: Never commit API keys, credentials, or sensitive configuration to version control. Use environment variables or
.env
files. -
SSL/TLS: When using HTTP or cloud clients, SSL is strongly recommended. For cloud clients, SSL is enforced.
-
Authentication: When using HTTP clients, consider using authentication credentials to secure your Chroma instance.
-
Environment Variables: Sensitive configuration should be passed via environment variables rather than command line arguments to prevent exposure in process listings.