Claude Context

Active
GitHub TypeScript MIT

Description

Code search MCP for Claude Code and coding agents. Makes entire codebases available as context for AI coding assistants using vector-based semantic code search for precise understanding of large projects.

Key Features

  • MCP plugin providing semantic code search across entire codebases for Claude Code and AI coding agents
  • Vector database-backed retrieval using Milvus/Zilliz Cloud for efficient large-codebase indexing
  • Multi-client support: Claude Code, Cursor, Windsurf, Gemini CLI, Codex CLI, Qwen Code, Void, and Claude Desktop
  • Cost-effective context management — only loads relevant code segments instead of entire directories
  • Automatic codebase indexing with incremental updates as files change
  • VS Code extension available for integrated semantic code search within the editor

Use Cases

💡 Large-scale codebase understanding for AI coding assistants without full directory loading
💡 Refactoring and migration tasks requiring cross-file dependency analysis
💡 Code review automation with full repository context awareness
💡 Developer onboarding acceleration through semantic search of project architecture
💡 Multi-agent coding workflows where shared codebase context prevents duplication

Quick Start

claude mcp add claude-context -e OPENAI_API_KEY=sk-xxx -e MILVUS_ADDRESS=xxx -e MILVUS_TOKEN=xxx -- npx @zilliz/claude-context-mcp@latest

Related Projects

Related Articles