CLI tool for CodeRAG -- init, index, search, serve, and status commands for the intelligent codebase context engine.
npm install -g @code-rag/clicoderag init # Initialize a .coderag.yaml config
coderag index # Index the codebase
coderag search <q> # Search the indexed codebase
coderag serve # Start the MCP server
coderag status # Show index statusSee the main repository for full documentation.
MIT