Productivity|Development|AI / MLTypeScript
claude-context
Claude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents.
N/A rating (0 reviews)0 installs5,874 GitHub stars
semantic searchcode contextAI 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
Claude DesktopCursor
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.