← Index

ChromaDB Remote MCP Server

io.github.meloncafe/chromadb-remote-mcp·v1.0.2·Memory & RAG
Quality Score
79
/100

Remote ChromaDB vector database MCP server with streamable HTTP transport

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://meloncafe.github.io/chromadb-remote-mcp/mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "chromadb-remote-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "devsaurus/chromadb-remote-mcp:latest"
      ],
      "env": {
        "CHROMADB_MCP_URL": "<chromadb_mcp_url>",
        "MCP_AUTH_TOKEN": "<your-mcp_auth_token>"
      }
    }
  }
}
§02  Environment variables
CHROMADB_MCP_URL
required

URL of your deployed ChromaDB Remote MCP server

MCP_AUTH_TOKEN
secret

Authentication token for the MCP server (if enabled)

§03  MCP Quality Score  ·  methodology
freshness
14
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG