Procedure
Install SQLite tools
Install the sqlite3 CLI (and related tools) via package manager or official precompiled binaries from sqlite.org, ensure PATH includes the tools, then verify with sqlite3 --version.
Install SQLite command-line tools. Package managers: macOS brew install
Install SQLite command-line tools. Package managers: macOS brew install sqlite ; Linux apt install sqlite3 (or dnf/yum install sqlite) with elevated privileges as needed; Windows winget install SQLite.SQLite or choco install sqlite . Or download the platform sqlite-tools-*.zip from https://sqlite.org/download.html , extract to a folder, and add that folder to PATH. On macOS unsigned official zips may need xattr -d com.apple.quarantine on the binaries after install.
Open a new terminal so PATH picks up sqlite3.
Open a new terminal so PATH picks up sqlite3.
sqlite3 --version
sqlite3 --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.