Back to Home
meloncafe icon

chromadb-remote-mcp

Verified Safe

by meloncafe

Overview

Remotely connects AI assistants (like Claude) to a self-hosted ChromaDB instance for shared, persistent vector memory and semantic search.

Installation

Run Command
docker compose up -d

Environment Variables

  • MCP_AUTH_TOKEN

Security Notes

The server demonstrates strong security practices, including explicit log sanitization to prevent log injection, timing-safe token comparison to mitigate timing attacks, robust origin header validation to prevent DNS rebinding, and comprehensive security headers (CSP, X-Frame-Options, HSTS). It uses environment variables for all secrets (`MCP_AUTH_TOKEN`, `CHROMA_AUTH_TOKEN`) and includes a rate limiter. The project explicitly states resolving all OWASP and CWE security findings. The primary area for caution noted by the project itself is the deprecated use of query parameters for authentication, which is enabled by default for compatibility but less secure than header-based methods.

Similar Servers

Stats

Interest Score39
Security Score9
Cost ClassLow
Stars7
Forks2
Last Update2025-12-11

Tags

AI MemoryVector DatabaseChromaDBModel Context ProtocolRemote Access