Installation
npm (recommended)
bash
npm install pelagoraInteractive installer
bash
npx pelagora-cli-installerThe installer walks you through setup and optionally installs the MCP server.
From source
bash
git clone https://github.com/ReffoAI/pelagora.git
cd pelagora
npm install
npm run build
npm startRequirements
- Node.js 18+
- npm 9+
- ~50MB disk space for the application
- SQLite (bundled via better-sqlite3)