Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: Repocks – Local RAG from In-Repo Markdown Docs

github.com

1 points by boke0 a day ago

I built CLI tool "Repocks", a local RAG server that indexes Markdown docs under your project directory and answers questions via MCP Server.

- Uses Ollama (LLM + embeddings) and DuckDB

- No API keys, fully offline

- One server per project (runs via stdio), so no data mixing

- Ideal for replacing bloated instruction files (like CLAUDE.md)

You can install via npm: https://www.npmjs.com/package/repocks