Show HN: Repocks – Local RAG from In-Repo Markdown Docs
1 points
14 hours ago
| 0 comments
| github.com
| HN
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

No one has commented on this post.