Chroma MCP Server
Manage Chroma collections and run vector queries without writing client code.
Add it to your client
Officialuvx chroma-mcp
{
"mcpServers": {
"chroma-mcp": {
"command": "uvx",
"args": [
"chroma-mcp"
]
}
}
}- Transport
- stdio
- Runtime
- Python
- Auth
- Not required
- Tools
- 12
- License
- Apache-2.0
Chroma's own MCP server covers the full collection lifecycle: create, list, inspect, peek, modify and delete, plus adding, updating, querying and removing documents. The same server works against an in-memory instance, a local persistent directory, a self-hosted HTTP deployment or Chroma Cloud, selected with a client-type flag. That range makes it convenient for prototyping a retrieval setup locally and pointing the identical configuration at a hosted database later. Credentials are only needed for the cloud and HTTP modes.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Zendesk MCP Server
MCP serverCommunity server that lets an assistant read Zendesk tickets and post comments.
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Comments(0)
Sign in to comment