logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install zilliztech/claude-context. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

zilliztech/claude-context Installation Guide

How to install zilliztech/claude-context. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for zilliztech/claude-context. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i zilliztech/claude-context
or

Install via npx

npx @hexmos/ipm i zilliztech/claude-context

Prerequisites

Node.js

runtime

Version: >=20.0.0 <24.0.0

pnpm

package_manager

OpenAI API Key

api_key

Version: For embedding models

Zilliz Cloud API Key

api_key

Version: For vector database

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install with npm (for MCP Client Configurations)

npm install -g pnpm

git clone https://github.com/zilliztech/claude-context.git

cd claude-context

pnpm install

pnpm build

pnpm dev

Install via npm package (recommended for most MCP clients)

npm install -g @zilliz/claude-context-mcp@latest

Install and configure for Claude Code (MCP)

claude mcp add claude-context -e OPENAI_API_KEY=sk-your-openai-api-key -e MILVUS_TOKEN=your-zilliz-cloud-api-key -- npx @zilliz/claude-context-mcp@latest