mgrep
Semantic natural-language search for code, files, and the web
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install mgrep?โผ
Run `npx skills add mixedbread-ai/mgrep --all -g -y` in your terminal to install the skill globally for your AI agent.
What is semantic code search?โผ
Instead of matching exact text patterns like grep, mgrep understands the meaning of your question and finds relevant code by intent, so you can ask things like "where do we set up auth?".
Does mgrep work with Claude Code and other AI agents?โผ
Yes. It ships with one-command installers for Claude Code, Codex, OpenCode, and Factory Droid, and its SKILL.md makes agents prefer mgrep over built-in search tools.
Can mgrep search the web too?โผ
Yes. Add the --web flag to search the internet alongside your local files, and combine it with --answer to get a summarized response.
Does mgrep reduce AI agent token costs?โผ
Yes. In a 50-task benchmark with Claude Code, mgrep used about 2x fewer tokens than grep-based workflows while maintaining equal or better answer quality.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core