Ross ROSS = Recommend OSS · open-source software intelligence for agents

yoanbernabeu/grepai

Semantic Search & Call Graphs for AI Agents (100% Local) observed · 2026-08-28

github.com/yoanbernabeu/grepai · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

69/100

  • Activity 88
  • Release rhythm 75
  • Longevity 16
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 0
  • age_days: 236
  • days_rel: 170
  • days_push: 72
  • n_releases_24m: 50

Full methodology

Adoption not part of the score

1826 stars · 151 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

grepai is a privacy-first CLI tool that provides semantic code search using vector embeddings, letting users find code by meaning with natural language queries. It also traces function call graphs and exposes an MCP server so AI agents like Claude Code, Cursor, and Windsurf can query the codebase index directly, all running 100% locally.

Use cases

  • search code semantically with natural language queries
  • find authentication logic even when function names differ
  • trace who calls a function before refactoring
  • give AI coding agents relevant code context to reduce token usage
  • index a codebase locally without sending code to the cloud
  • keep a code search index automatically up to date while coding

When to choose

  • you want semantic code search that runs entirely locally with Ollama or LM Studio
  • you use AI coding assistants and want to cut their input token usage with better context
  • you need call graph tracing to assess refactor impact
  • you prefer a single dependency-free binary with a file watcher keeping the index fresh

When to avoid

  • you only need simple exact-text grep and don't want to run an embedding model
  • you have no local embedding provider and don't want to use OpenAI's API
  • your codebase is tiny and grep is sufficient
  • you need a hosted or team-shared search index

Facets

cli-tool · maturity active

search-engine vector-database cli mcp developer-tools developer-tools artificial-intelligence cli windows go semantic-search embeddings code-search call-graph privacy-first ai-agents claude-code cursor local-first ollama search command-line macos linux

2 sources

Member repositories

RepositoryRoleHealth v2
yoanbernabeu/grepaimain69

For agents

markdown · JSON · MCP: product_card(name="yoanbernabeu/grepai")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem