Chroma MCP server provides database capabilities for Chroma, allowing AI agents to store, retrieve, and manage embeddings. It exposes Chroma's vector database functionality, enabling agents to interact with external data sources. Developers use it to build applications that require vector search and retrieval, such as semantic search, recommendation systems, and knowledge management tools.
Chroma MCP server provides database capabilities for Chroma, allowing AI agents to store, retrieve, and manage embeddings. It exposes Chroma's vector database functionality, enabling agents to interact with external data sources. Developers use it to build applications that require vector search and retrieval, such as semantic search, recommendation systems, and knowledge management tools.
pip install chroma-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"chroma-core-chroma-mcp-github": {
"command": "uvx",
"args": [
"pip install chroma-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from chroma mcp?"
API Key Required
This server requires an API key from chroma mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| CHROMA_MCP_API_KEY | Yes | Your chroma mcp API key |
"What resources are available in chroma mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in chroma mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in chroma mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.