Code search MCP for AI coding agents. Index and search entire codebases using semantic and keyword search powered by vector embeddings
OPENAI_API_KEYnpx @getmcp/cli add claude-contextConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-context": {
"command": "npx",
"args": [
"-y",
"@zilliz/claude-context-mcp@latest"
],
"env": {
"OPENAI_API_KEY": ""
}
}
}
}