Chroma MCP Server

v1.0.0AI/MLstable

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

databases
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

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

Features

  • chroma_list_collections
  • chroma_create_collection
  • chroma_peek_collection
  • chroma_get_collection_info
  • chroma_get_collection_count

Use Cases

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
Create a new Chroma collection with configurable HNSW parameters. Args: collection_name: Name of the collection to create hnsw_space: Distance function used in HNSW index. Options: 'l2', 'ip', 'cosine' hnsw_construction_ef: Size of the dynamic candid
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
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y chroma-mcp

Manual Installation

npx -y chroma-mcp

Examples

Basic Configuration

Configure Chroma MCP Server

npx -y chroma-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More AI/ML MCP Servers

Explore other servers in the AI/ML category.

Quick Config Preview

{ "mcpServers": { "chroma": { "command": "npx", "args": ["-y", "chroma-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Chroma MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides