Show HN: Repocks – Local RAG from In-Repo Markdown Docs
1 boke0 0 8/2/2025, 6:42:20 PM github.com ↗
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 comments yet