Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Chroma MCP Server logo
MCP server

Chroma MCP Server

Manage Chroma collections and run vector queries without writing client code.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx chroma-mcp
mcpServers
{
  "mcpServers": {
    "chroma-mcp": {
      "command": "uvx",
      "args": [
        "chroma-mcp"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Not required
Tools
12
License
Apache-2.0
Tools
chroma_list_collectionschroma_create_collectionchroma_peek_collectionchroma_get_collection_infochroma_get_collection_countchroma_modify_collectionchroma_delete_collectionchroma_add_documentschroma_query_documentschroma_get_documentschroma_update_documentschroma_delete_documents

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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?