Claude Context is an MCP server that integrates semantic code search capabilities into Claude Code and other AI coding agents by indexing entire codebases in a vector database. It provides tools for semantic search across millions of lines of code, allowing Claude to retrieve relevant code snippets without requiring full directory uploads for each request. The server solves the problem of managing context window costs and search efficiency when working with large codebases by storing code in a vector database and retrieving only contextually relevant results.
claude mcp add --transport stdio zilliztech-claude-context uvx claude-context