claude-context

claude-context

Provides code search capabilities for Claude Code, turning the entire codebase into context.

MCPDevOpen source
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 11.9k
Source
mcp-github

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

Code searchAI coding assistant integrationCodebase management

Setup

Requires: Node.js >= 20.0.0OpenAI API KeyZilliz Cloud API Key
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