>
Tell Claude where your data lives...
Your AI assistantis now a token efficientdata analyst
Tell Dolex where your files are, even entire directories.
Dolex gives Claude the tools to perform profiling, analysis, exploration, and visualization.
npm install -g @outsidedata/dolexnpm update -g @outsidedata/dolexHow It Works
No code, no plugins, no setup wizards. Tell Dolex where your data lives and it provides Claude with everything it needs to answer your questions and perform self-directed research.
~/data/
sales-2024-Q1.csv
sales-2024-Q2.csv
sales-2024-Q3.csv
sales-2024-Q4.csv
customers.csv
Claude
>Load everything in ~/data/ and analyze quarterly trends
Loads your CSV files — or a live Postgres/Mongo database
Profiles the data automatically
Discovers the trends and outliers
Renders the findings as charts
Writes a detailed analysis of the findings
Detailed analysis
Key findings, patterns, and anomalies across all your data
Finished charts
The chart for the shape of your data
MCP server + CLI
Also a command-line tool
Beyond the MCP server, the same analysis engine and 43 chart types ship as a dolex command — for shell scripts, CI, pipelines, or charting a CSV from a one-liner. Same engine, run it your way.
$ dolex visualize sales.csv -i "revenue by region" ✓ bar "Revenue by region" chart ~/.dolex/charts/chart-spec-d6f07a5c.html$