Skip to content
Gemini CLI

ChromaDB Remote MCP Server for Gemini CLI

io.github.meloncafe/chromadb-remote-mcp

Remote ChromaDB vector database MCP server with streamable HTTP transport

client:Gemini CLI transport:streamable-http runtime:oci

Install ChromaDB Remote MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "chromadb-remote-mcp": {
      "httpUrl": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

ChromaDB Remote MCP Server in other clients