RAG + vector-based code and documentation reference CLI, with MCP server support.
Stores ingested docs in a local SQLite + sqlite-vec database (default: ~/.config/ragref/ragref.db) and exposes search/inspect commands plus an MCP server for agent integration.
npm install -g @shitchell/ragrefProvides two binaries:
ragref— CLIragref-mcp— MCP server
ragref --help
ragref search "your query"Override the database path with --db <path>. Configuration lives at ~/.config/ragref/config.yaml.
WTFPL — see LICENSE.