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-contextor
Install via npx
npx @hexmos/ipm i zilliztech/claude-contextPrerequisites
Node.js
runtimeVersion: >=20.0.0 <24.0.0
pnpm
package_managerOpenAI API Key
api_keyVersion: For embedding models
Zilliz Cloud API Key
api_keyVersion: 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 devInstall via npm package (recommended for most MCP clients)
npm install -g @zilliz/claude-context-mcp@latestInstall 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