claude-context
Turn your entire codebase into instant context for Claude Code via MCP
The Panel's Take
claude-context is an MCP (Model Context Protocol) server from Zilliz that gives Claude Code instant semantic search across your entire codebase. Instead of manually pointing an AI assistant at specific files, it indexes your project into a vector store and serves up the most relevant code snippets for any query — no context window stuffing required. Built by the team behind Milvus, it uses Zilliz Cloud or a local Milvus instance as the vector backend. Setup is a single config file pointing at your repo, and it integrates with Claude Code, Cursor, Windsurf, or any MCP-compatible client. The semantic search goes far beyond keyword matching, surfacing related functions across disconnected files. With 871 GitHub stars on its first day of trending, it's clearly hitting a real pain point for developers who work on larger codebases where context limits constantly get in the way. The fact that it's TypeScript-native and MIT licensed makes it easy to self-host and extend.
Share this verdict
claude-context verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/claude-context-zilliztech-mcp-codebase-search-claude-code-2026
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Compare claude-context with Others
Embed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/claude-context-zilliztech-mcp-codebase-search-claude-code-2026" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/claude-context-zilliztech-mcp-codebase-search-claude-code-2026" alt="claude-context Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/claude-context-zilliztech-mcp-codebase-search-claude-code-2026)<iframe src="https://shiporskip.io/embed/claude-context-zilliztech-mcp-codebase-search-claude-code-2026" title="claude-context ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“This solves the single most frustrating thing about AI coding assistants on real projects — the constant context window juggling. Point it at your repo, forget about manually including files, and let semantic search do the work. I set it up in under 10 minutes and it immediately surfaced related code I'd forgotten existed.”
“You're trading one dependency (Claude's context window) for two others: a vector database and Zilliz's cloud service. On a large enough codebase the indexing latency and relevance tuning become their own maintenance burden. Also worth noting that Zilliz makes money on this tool — 'open source' here means the server, not the storage backend.”
“This is what the MCP ecosystem was designed for — turning specialized infrastructure into first-class AI context. Once every major codebase has a vector-indexed MCP server sitting next to it, AI coding agents stop being file-level tools and become genuine project-aware collaborators. Early days, but this is the right direction.”
“Even for design systems and component libraries this is a game-changer — instead of manually hunting for the right component variant, you can describe what you need and it surfaces the exact reference. Would love to see this extended to design token files and Figma exports.”