- Claude Context
Claude Context
Core Value
🧠 Your Entire Codebase as Context: Unlike traditional keyword matching that can easily miss relevant code, it uses semantic search to retrieve all your care about from millions of lines of code, without going through multiple hops of discovery, and add to LLM context.
💰 Don’t go bankrupt working with large codebase: Compared to simply stuffing a whole directory of files in LLM context for each call, efficient indexing and search in vector database avoids breaking your budget.
Key Features
🔍 Semantic Code Search: Ask questions like "find functions that handle user authentication" and get relevant, context-rich code instantly. 🧠 Context-Aware: Discover large codebase, understand how different parts of your codebase relate, even across millions of lines of code. ⚡ Incremental Indexing: Efficiently re-index only changed files using Merkle trees. 🧩 Intelligent Code Chunking: Analyze code in Abstract Syntax Trees (AST) for chunking. 🗄️ Scalable: Integrates with Zilliz Cloud for scalable vector search, no matter how large your codebase is. 🛠️ Customizable: Configure file extensions, ignore patterns, and embedding models.
Server Config
{
"mcpServers": {
"claude-context": {
"command": "npx",
"args": [
"@zilliz/claude-context-mcp@latest"
],
"env": {
"OPENAI_API_KEY": "your-openai-api-key",
"MILVUS_TOKEN": "your-zilliz-cloud-api-key"
}
}
}
}