Back to Apps

mgrep
by mixedbread-ai
Semantic grep for everything—code, images, and PDFs—bringing natural language search to the CLI.
0 stars
Works in:Codex
Exposes:Tools
What it does
mgrep is a semantic search tool designed to replace or complement traditional grep. It allows users and AI agents to find information across local files (including code, text, and PDFs) and the web using natural language intent rather than exact pattern matching.
Tools
search: Perform natural-language semantic searches across specified paths.watch: Index a local repository and keep the semantic store in sync with file changes.web: Query the web alongside local files to find documentation and answers.agentic: Break down complex queries into sub-queries for comprehensive results.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mgrep": {
"command": "npx",
"args": ["-y", "@mixedbread/mgrep"]
}
}
}
Supported hosts
Claude Desktop, Claude Code, OpenCode, Codex, Factory Droid
Quick install
npm install -g @mixedbread/mgrepInformation
- Pricing
- freemium
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Install via `mgrep install-codex` or add to MCP config.Claude Desktop
{
"mcpServers": {
"mgrep": {
"command": "npx",
"args": ["-y", "@mixedbread/mgrep"]
}
}
}





