← Back to ChromaDB MCP Server

Install ChromaDB MCP Server

Pick your client, copy the command, done.

Manual setup required. We don't have a verified install command for this server. Follow the maintainer README and use the raw config below as a starting point.
1

Prepare the server locally

Run this once before adding it to Claude Code.

npm install
npm run build
2

Add it to Claude Code

Paste the maintainer's config below, then edit any placeholder values.

~/.claude.json
{
  "github.copilot.chat.mcp.servers": {
    "chromadb": {
      "command": "node",
      "args": [
        "c:/source/chroma-mcp/build/index.js"
      ]
    }
  }
}

See the chroma-mcp README for full setup instructions.

Available Tools (1)

Once configured, ChromaDB MCP Server gives your AI agent access to:

query_chromadbQueries the ChromaDB ExchangeResearch collection for relevant documents.
querynResults

Try It Out

After setup, try these prompts with your AI agent:

Query ChromaDB for information about exchange APIs
Search the ExchangeResearch collection for trading strategies
Find documents related to market data
Prerequisites & system requirements
  • An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
  • Node.js 18+ with npm/npx installed
Conare · memory for coding agents

Keep this setup from going cold

Save the docs, env vars, and workflow around ChromaDB MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup$npx conare@latest