#368 · Primary category: AI Coding Assistants

grepai

ai claude-code cli code-search cursor developer-tools embeddings golang mcp privacy-first semantic-search vector-search

Semantic Search & Call Graphs for AI Agents (100% Local)

Project last updated:06/22/26

GitHub Stars

1.8K

Forks

151

Contributors

30

License

MIT

Why we included this project

Your coding agent eats context tokens on every prompt, and grepai attacks that directly. It indexes your repository with vector embeddings, so you can ask for code by intent: a query like 'authentication flow' surfaces the session handler even when the file name gives nothing away. That reduces the input an assistant needs to reason about your codebase, and the savings show up immediately. It also builds call graphs, so you can see every caller before refactoring a function, and a file watcher keeps the index fresh without manual rebuilds. Everything runs locally by default with Ollama or LM Studio (OpenAI is an option), and it ships as an MCP server, so Claude Code, Cursor, or Windsurf can call it directly as a tool instead of you pasting snippets.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category