Back to Apps

grepai
by yoanbernabeu
Privacy-first semantic code search CLI that reduces AI agent input tokens by providing relevant context instead of raw results.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
grepai provides semantic code search for AI agents and developers, allowing queries based on meaning rather than exact text matches. It helps AI agents drastically reduce token usage by retrieving only the most relevant code snippets for a given task.
Tools
search: Perform semantic search for code based on natural language intent.trace: Trace call graphs to identify who calls a specific function.init: Initialize the semantic index in a project directory.watch: Start a daemon to keep the codebase index up-to-date automatically.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"grepai": {
"command": "grepai",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
Quick install
curl -sSL https://raw.githubusercontent.com/yoanbernabeu/grepai/main/install.sh | shInformation
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add grepai to your MCP settings in Cursor.Windsurf
Add grepai to your mcp_config.json.Claude Desktop
{
"mcpServers": {
"grepai": {
"command": "grepai",
"args": ["mcp"]
}
}
}





