chroma-core/chroma-mcp
Chroma MCP server to access local and cloud Chroma instances for retrieval capabilities
Quick Start
Clone the repository:
git clone https://github.com/chroma-core/chroma-mcpClaude Desktop configuration example:
{
"mcpServers": {
"chroma-mcp": {
"command": "npx",
"args": [
"-y",
"chroma-core/chroma-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.