MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. chroma-mcp

chroma-mcp

GitHub

This repository provides a Model Context Protocol (MCP) server, enabling AI models to leverage Chroma's capabilities for data retrieval using vector search, full text search, and metadata filtering, facilitating seamless

356
7

Here's a summary of the README content:

Chroma MCP Server

Chroma MCP Server is an open-source tool that leverages the Model Context Protocol (MCP) to seamlessly integrate LLM applications with Chroma, an open-source embedding database. It allows AI models to create collections from generated data and user inputs, enabling data retrieval through vector search, full-text search, and metadata filtering.

Key features include flexible client types such as ephemeral (in-memory), persistent (file-based), HTTP (for self-hosted instances), and cloud (for Chroma Cloud). It supports collection management (create, modify, delete, list) and document operations (add, query, retrieve) with metadata and content filtering.

Supported tools include create_collection, peek_collection, list_collections, get_collection_info, get_collection_count, modify_collection, delete_collection, add_documents, query_documents, and get_documents.

The server is designed for use with Claude Desktop, with configuration examples provided for each client type. Environment variables can also be used for configuration. Demos and reference usages are available in the Chroma MCP Docs.

Repository

CH
chroma-core

chroma-core/chroma-mcp

Created

February 11, 2025

Updated

March 28, 2025

Language

Python

Category

Database