Dolex on the
command line.
Dolex ships as both an MCP server and a CLI — let Claude drive it, or run it yourself with a single dolex command.
The same analysis engine and 43 chart types your AI assistant uses, available straight from the shell. Point dolex at a CSV and get a chart, a SQL answer, or a full analysis plan — built for scripts, CI, and pipelines.
npm install -g @outsidedata/dolexFull CLI reference →Charts default to ~/.dolex/charts/ — pipe-friendly via --stdout / --json.
Two frontends, one core
Two doors to the same engine — your AI assistant drives it in conversation, or you run it yourself from the shell.
MCP server
Register Dolex once and Claude gains 22 tools — connect CSV files or a live Postgres/Mongo database, query, auto-analyze, and visualize, all in conversation. Runs locally; CSVs never leave your machine, and database queries hit only your own infrastructure.
Command line
Run the same toolkit yourself with a dolex command — composable in shell scripts, CI, and Makefiles, or a one-liner to chart a CSV. Reads a CSV file, a JSON array on stdin, or a registered source.
One binary, twelve verbs
.png (the --png flag) is opt-in — enable it once with npm install playwright && npx playwright install chromium.Install it and chart something
One global install gets you the dolex command and the MCP server.
npm install -g @outsidedata/dolex