Claude Context

Normal
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

Strengths & Limitations

Strengths

  • High community interest (12.5k stars)
  • Permissive open-source license (MIT)

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

Spec Workflow MCP

4.3k · TypeScript
Normal A

A spec-driven development workflow MCP server for AI-assisted software development, featuring a real-time web dashboard and VSCode extension for monitoring and managing project progress in AI coding workflows.

mcptoolstypescript +2
  • · Structured spec-driven workflow: Requirements → Design → Tasks
  • · Real-time web dashboard with progress bars and live updates
  • · VSCode extension with integrated sidebar for in-editor monitoring

DevDocs MCP

2.1k · TypeScript
Stale B

Free, private, UI-based tech documentation MCP server designed for coders and AI coding assistants with precise doc retrieval.

mcpdocumentationdeveloper-tools +1
  • · Intelligent web crawling with smart depth control (1-5 levels) and automatic link discovery
  • · Parallel processing with smart caching for high-speed documentation extraction at 1000 pages/min
  • · MCP server integration for direct AI-powered querying of crawled documentation

Related Articles