chroma-db-mcp

iHrushikesh/chroma-db-mcp
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Fully local MCP memory server for Claude Code using ChromaDB and sentence-transformers
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chroma-db-mcp": {
      "command": "uvx",
      "args": [
        "chroma-db-mcp"
      ]
    }
  }
}

Or install with pip: pip install chroma-db-mcp

README Excerpt

A fully local MCP memory server for Claude Code. Store and retrieve memories semantically across sessions — no cloud, no API keys. - Memories are stored as text in a local [ChromaDB](https://docs.trychroma.com/) vector database - Semantic search uses [`all-MiniLM-L6-v2`](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) (~80MB, downloads once on first use)

Tools (1)

CHROMA_MCP_PATH