claude-codeClaude Code

Connect Claude Code to Chroma

Run Claude Code as a hosted agent in NoClick with Chroma wired into its tools handle. It can use Chroma directly while it works. No glue code, nothing to install. Click below to open a ready-to-run agent and connect your account.

Loading preview…
Opens a workflow with 36 tools ready to use.

Tools Claude Code gets

Pick the operations you want and each becomes a tool the agent can call directly while it works.

Chroma

36 tools
Query (Vector)

Similarity search by a query embedding vector.

Search (Text)

Full-text / semantic search using query text — Chroma embeds it server-side via an attached function.

Add Records

Add records to a collection (fails if IDs already exist; use Upsert for insert-or-update).

Upsert Records

Upsert records — inserts new IDs and updates existing ones (idempotent sync).

Update Records

Update existing records by ID (fails if an ID does not exist; use Upsert otherwise).

Get Records

Get records by ID or filter.

Count Records

Count the number of records in a collection.

Delete Records

Delete records by ID, metadata filter, or document content filter.

Upload & Index Document

Upload a document file, chunk + embed it, and add the records.

List Collections

List collections in the tenant/database.

Get Collection

Get a collection's metadata and configuration by name.

Create Collection

Create a collection.

Update Collection

Rename a collection or replace its metadata.

Delete Collection

Permanently delete a collection and all its records.

Count Collections

Count the total number of collections in the database.

Indexing Status

Get the indexing status of a collection (records indexed vs pending).

Fork Collection

Fork (copy) an existing collection into a new one.

Fork Count

Get the number of times a collection has been forked.

Get Collection by ID

Get a collection's metadata by its UUID.

Get Collection by CRN

Get a collection by its Cloud Resource Name (CRN).

Attach Function

Attach an embedding or processing function to a collection.

Get Attached Function

Get details about a function attached to a collection.

Add Function Input

Add input data to an attached function (e.g. provide documents to embed).

Detach Function

Detach (remove) a function from a collection.

Get Tenant

Get metadata about a tenant.

Create Tenant

Create a new tenant.

Update Tenant

Update a tenant's configuration.

List Databases

List all databases in the tenant.

Create Database

Create a new database in the tenant.

Get Database

Get metadata about a database.

Delete Database

Delete a database and ALL its collections. DESTRUCTIVE.

Healthcheck

Check whether the Chroma server is healthy.

Heartbeat

Get the server heartbeat (nanosecond timestamp).

Get Version

Get the Chroma server version string.

Reset Server

Reset the Chroma server. DESTRUCTIVE — wipes ALL data across all tenants and databases.

Get User Identity

Get the identity of the currently authenticated user.

About Claude Code

Claude Code is Anthropic's command-line coding agent. In NoClick you run it as a hosted agent and connect your real apps to its tools handle, so it does far more than write code. Wire in an integration and Claude Code can read and act on Slack, Linear, your database, and more on its own, calling each one as a tool while it works. It is the same capable agent, pointed at your actual workflows instead of a sandbox.

Careful multi-step planning before it acts
Reliable on long, structured tasks
Reads context thoroughly before making changes
Comfortable across code, data, and APIs

Frequently asked questions

Open your Claude Code agent in one click

NoClick runs Claude Code for you with Chroma wired in as tools. Connect your account and run.