zilliztech/claude-context
Code search MCP for Claude Code. Make entire codebase the context for any coding agent.
Platform-specific configuration:
{
"mcpServers": {
"claude-context": {
"command": "npx",
"args": [
"-y",
"claude-context"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> š Looking for persistent memory for Claude Code? Check out memsearch Claude Code plugin ā a markdown-first memory system that gives your AI agent long-term memory across sessions.
[](https://opensource.org/licenses/MIT) [](https://nodejs.org/) [](docs/) [](https://marketplace.visualstudio.com/items?itemName=zilliz.semanticcodesearch) [](https://www.npmjs.com/package/@zilliz/claude-context-core) [](https://www.npmjs.com/package/@zilliz/claude-context-mcp) [](https://twitter.com/zilliz_universe) [](https://deepwiki.com/zilliztech/claude-context) <a href="https://discord.gg/mKc3R95yE5"></a> </div>
Claude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase.
š§ Your Entire Codebase as Context: Claude Context uses semantic search to find all relevant code from millions of lines. No multi-round
Loading reviews...