cursor for data ⚡️ - generate queries and charts in seconds
https://github.com/user-attachments/assets/e1c38ef9-4ee9-4d38-96ee-02584e9ef67c
💬 Join the Telegram group to chat with the devs + share feedback!
I will eventually ship some precompiled binaries, but that takes some setup. In the meantime, follow these steps to build a local copy:
git clone <repo-url>
cd snap-ql
make install-global # Installs deps, builds for your platform, and adds to PATH
Now you can run snap-ql from anywhere in your terminal!
npm install (or make install)npm run build:mac or npm run build:win depending on your platform (or make dist-mac/make dist-win)./distmake help - Show all available commandsmake dev - Start development server with hot reloadmake install-global - Build and install to PATH in one stepmake link / make unlink - Add/remove from PATH (after building)make clean - Clean build artifacts$ claude mcp add snap-ql \
-- python -m otcore.mcp_server <graph>