Basic-ChromaDB-MCP-server

poopek-it/Basic-ChromaDB-MCP-server
★ 0 stars Unknown language 🤖 AI/LLM Updated today
This is used to bridge local LLM with local presistent memory file
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": {
    "basic-chromadb-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "poopek-it/Basic-ChromaDB-MCP-server"
      ]
    }
  }
}