Servers
Chroma MCP Server
@privetin
A Model Context Protocol (MCP) server implementation that provides vector database capabilities through Chroma.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chroma": {
"command": "uv",
"args": [
"venv"
]
}
}
}