Best for
- Vector database scenarios that need integration with MCP-compatible clients like Claude.
- Developers and teams who want to self-host Chroma and unify APIs.
- AI applications that require persistent or cloud-hosted vector storage.
This server is officially maintained by the Chroma team, feature-complete, and easy to integrate. It is suitable for developers who need to add vector memory to AI applications, but be aware of external API and data security risks.
This is an MCP server implementation for Chroma, an open-source embedding database. It allows AI models (e.g., LLMs) to interact with Chroma via the standardized Model Context Protocol, enabling data storage, semantic search, and retrieval. It supports ephemeral (in-memory), persistent, HTTP self-hosted, and cloud (Chroma Cloud) client types, and offers collection management, document operations, vector search, full-text search, and more.
{
"mcpServers": {
"chroma": {
"command": "uvx",
"args": [
"chroma-mcp"
]
}
}
}