@shitchell/ragref
v0.1.0
Published
RAG + vector-based code and documentation reference CLI, with MCP server support.
Downloads
69
Maintainers
Readme
ragref
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.
Install
npm install -g @shitchell/ragrefProvides two binaries:
ragref— CLIragref-mcp— MCP server
Quick start
ragref --help
ragref search "your query"Override the database path with --db <path>. Configuration lives at ~/.config/ragref/config.yaml.
License
WTFPL — see LICENSE.
