VecGrep/vecgrep
Cursor-style semantic code search as an MCP plugin for Claude Code. Instead of grepping 50 files and sending 30,000 tokens to Claude, VecGrep returns the top 8 semantically relevant code chunks (~1,600 tokens). That's a ~95% token reduction for codebase queries.
Platform-specific configuration:
{
"mcpServers": {
"vecgrep": {
"command": "npx",
"args": [
"-y",
"vecgrep"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...