Skip to content

shitchell/ragref

Repository files navigation

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/ragref

Provides two binaries:

  • ragref — CLI
  • ragref-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.

About

RAG + vector-based code and documentation reference CLI, with MCP server support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors