claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 11.9k
- Source
- mcp-github
- Repository
- github.com/zilliztech/claude-context
Overview
Claude Context is an MCP plugin that uses semantic search to make the entire codebase available as context for Claude Code and other AI coding agents. It efficiently stores the codebase using a vector database and loads only relevant code when needed, reducing costs. Ideal for large codebases, enabling direct access to relevant code without multiple rounds of discovery.
Capabilities
- ▪Semantic code search
- ▪Entire codebase as context
- ▪Efficient storage and retrieval of code
- ▪Reduced costs for large codebases
Use cases
Setup
Add the MCP server via command line: ```bash claude mcp add claude-context \ -e OPENAI_API_KEY=sk-your-openai-api-key \ -e MILVUS_ADDRESS=your-zilliz-cloud-public-endpoint \ -e MILVUS_TOKEN=your-zilliz-cloud-api-key \ -- npx @zilliz/claude-context-mcp@latest```
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I get a Zilliz Cloud API Key?
Visit the Zilliz Cloud website to register and obtain your API Key.
Which MCP clients are supported?
Supports Claude Code, OpenAI Codex CLI, Gemini CLI, and Qwen Code.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
agent-skills
A React Native skill set optimized for AI coding assistants.