MCP.so
Sign In
Servers

Chroma MCP Server

@chroma-core

A Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma

Add this server to your MCP-compatible client using the configuration below.

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

More from Databases