claude-context
Claude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents.
Claude Context uses semantic search to find all relevant code from millions of lines, providing deep context from your entire codebase. It enhances the coding experience by allowing AI agents to access and utilize the full scope of your codebase effectively.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-context": {
"args": [
"-y",
"@zilliz/claude-context-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for claude-context securely
Loading...