Chroma (uvx) MCP Server
CommunityContributed by Chroma
Connect to Chroma vector databases for retrieval, embeddings, and collection management. Works with Chroma Cloud, self-hosted HTTP servers, or local ephemeral/persistent stores.
About the Chroma (uvx) MCP Server
The Chroma (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to Chroma vector databases for retrieval, embeddings, and collection management. Works with Chroma Cloud, self-hosted HTTP servers, or local ephemeral/persistent stores. This is a community-contributed MCP server by Chroma.
Install the Chroma (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "uvx",
"args": [
"chroma-mcp",
"--client-type",
"cloud"
],
"env": {
"CHROMA_TENANT": "${input:CHROMA_TENANT}",
"CHROMA_DATABASE": "${input:CHROMA_DATABASE}",
"CHROMA_API_KEY": "${input:CHROMA_API_KEY}"
},
"metadata": {
"inputs": [
{
"id": "CHROMA_TENANT",
"label": "Chroma Cloud Tenant ID",
"description": "Your Chroma Cloud tenant identifier. Required for a Chroma Cloud connection; leave empty to run a local ephemeral store.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "your-tenant-id",
"obtain": {
"url": "https://trychroma.com",
"instructions": "1. Sign in to Chroma Cloud\n2. Open your team/workspace settings\n3. Copy the Tenant ID",
"button_label": "Open Chroma Cloud"
}
},
{
"id": "CHROMA_DATABASE",
"label": "Chroma Cloud Database",
"description": "The name of the Chroma Cloud database to connect to. Required for a Chroma Cloud connection.",
"type": "text",
"required": false,
"secret": false,
"placeholder": "your-database-name"
},
{
"id": "CHROMA_API_KEY",
"label": "Chroma Cloud API Key",
"description": "API key for Chroma Cloud authentication. Optional: required only for a Chroma Cloud connection, not for local ephemeral or persistent stores.",
"type": "text",
"required": false,
"secret": true,
"placeholder": "ck-****************************",
"obtain": {
"url": "https://trychroma.com",
"instructions": "1. Sign in to Chroma Cloud\n2. Open Settings > API Keys\n3. Create a new API key\n4. Copy it",
"button_label": "Create API Key"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Chroma (uvx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Install Chroma (uvx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.