Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by chroma-core • Search & Retrieval
A self-hosted MCP server that exposes Chroma's vector database features (collections, semantic search, metadata filtering) to LLM agents and tools.
Persistent or ephemeral vector memory stores to save and retrieve conversational or application-specific context.
Perform semantic search, full-text search, and metadata-filtered retrieval across document collections.
A self-hosted or cloud-backed embedding database with configurable embedding functions and HNSW search tuning.
This Model Context Protocol (MCP) server provides data retrieval backed by Chroma, enabling agents to create collections, add documents, and perform vector/semantic and full-text searches with advanced metadata filtering. It supports multiple client types (ephemeral, persistent/file-based, HTTP, and Chroma Cloud) and persists collection embedding configurations to simplify future queries and inserts. The server includes document management APIs (add, query, update, delete), HNSW tuning, and built-in embedding function integrations for several providers. It is intended for easy local self-hosting or connecting to Chroma Cloud for managed hosting.
List all collection names in the Chroma database with pagination support. Args: limit: Optional maximum number of collections to return offset: Optional number of collections to skip before returning results Returns: List of collection names or ["__NO_COLLECTIONS_FOUND__"] if database is empty
Create a new Chroma collection with configurable HNSW parameters. Args: collection_name: Name of the collection to create embedding_function_name: Name of the embedding function to use. Options: 'default', 'cohere', 'openai', 'jina', 'voyageai', 'ollama', 'roboflow' metadata: Optional metadata dict to add to the collection
Peek at documents in a Chroma collection. Args: collection_name: Name of the collection to peek into limit: Number of documents to peek at
Get information about a Chroma collection. Args: collection_name: Name of the collection to get info about
Get the number of documents in a Chroma collection. Args: collection_name: Name of the collection to count
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.