Chroma MCP Server
Related Servers
Alternatives to Chroma MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server providing vector database capabilities through Chroma, enabling semantic document search, metadata filtering, and document management with persistent storage.641MIT
- AlicenseNot gradedqualityDmaintenanceA simple Model Context Protocol (MCP) server with ChromaDB integration, allowing AI assistants to interact with ChromaDB for vector storage and retrieval operations.1GPL 3.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that gives LLMs persistent, semantic memory using vector search with ChromaDB.MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables intelligent document search and retrieval from PDF collections, providing semantic search capabilities powered by OpenAI embeddings and ChromaDB vector storage.13MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server integration that creates a persistent, searchable working memory for AI-assisted development by enabling automated context recall and knowledge persistence in Chroma, the open-source embedding database.24MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that exposes ChromaDB vector database operations, enabling AI assistants to perform collection management and semantic document searches. It supports HTTP, persistent, and in-memory connection modes along with various embedding providers including OpenAI and HuggingFace.MIT
TDQS
Scored across 13 tools
Each tool targets a distinct operation: collection management (list, create, peek, info, count, modify, fork, delete) and document operations (add, query, get, update, delete). No two tools have overlapping purposes.
All tools follow a consistent 'chroma_verb_noun' pattern (e.g., chroma_list_collections, chroma_create_collection). The naming is uniform and predictable.
13 tools is an appropriate number for a vector database MCP server, covering all essential CRUD operations for collections and documents without being excessive or insufficient.
The tool set provides comprehensive coverage: create, read (get, list, peek, count), update (modify collection, update documents), and delete for both collections and documents. Advanced querying with filtering is supported, and there are no obvious gaps for typical usage.