mgrep
Description
- Natural-language search that feels as immediate as `grep`. - Semantic, multilingual & multimodal (audio, video support coming soon!) - Web search built-in — query the web alongside your local files with `--web`.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
mgrep
A calm, CLI-native way to semantically grep everything, like code, images, pdfs and more. Your browser does not support the video tag.
Why mgrep?
- Natural-language search that feels as immediate as
grep. - Semantic, multilingual & multimodal (audio, video support coming soon!)
- Web search built-in — query the web alongside your local files with
--web. - Smooth background indexing via
mgrep watch, designed to detect and keep up-to-date everything that matters inside any git repository. - Friendly device-login flow and first-class coding agent integrations.
- Built for agents and humans alike, and designed to be a helpful tool, not a restrictive harness: quiet output, thoughtful defaults, and escape hatches everywhere.
- Reduces the token usage of your agent by 2x while maintaining superior performance
# index once
mgrep watch
# then ask your repo things in natural language
mgrep "where do we set up auth?"
Quick Start
**Install**
npm install -g @mixedbread/mgrep # or pnpm / bun**Sign in once**
mgrep loginA browser window (or verification URL) guides you through Mixedbread authentication.
**Alternative: API Key Authentication** For CI/CD or headless environments, set the `MXBAI_API_KEY` environment variable:
export MXBAI_API_KEY=your_api_key_hereThis bypasses the browser login flow entirely.
**Index a project**
cd path/to/repo mgrep watch`watch` performs an initial sync, respects `.gitignore`, then keeps the Mixedbread store updated as files change.
**Search anything**
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11