Datavor now connects to SQL Server, SQLite, and Snowflake โ and ships with the Context Engine, a persistent knowledge layer that silently learns your databases, rules, and patterns over time.
With v1.5, Datavor became a complete pipeline tool: schedules, transforms, a sync dashboard, and automatic type mapping between MySQL and PostgreSQL. It proved that natural language was a real interface for data engineering โ not a demo, but something you could actually rely on.
v2.0 goes further in two directions at once. Breadth: three new database connectors, so you can sync between any combination of five engines. Intelligence: the Context Engine, a persistent local knowledge store that turns Datavor from a tool you use into a tool that understands your data.
npm install -g datavor@latest and restart Claude Desktop. All existing connections, jobs, and sync history carry over automatically.Datavor started with MySQL and PostgreSQL. v2.0 adds SQL Server, SQLite, and Snowflake โ so you can sync between any pair, in any direction. One tool. Five engines. All free.
Full sync, transforms, and schema introspection. Windows and Linux Docker tested. Handles NVARCHAR, DATETIME2, UNIQUEIDENTIFIER, and BIT natively.
WAL mode for concurrency. UPSERT with AUTOINCREMENT detection. Perfect for local dev environments, edge deployments, and rapid data refresh.
MERGE-based upsert, VARIANT for JSON, TIMESTAMP_NTZ for datetimes. Sync your operational MySQL or PostgreSQL data directly into your Snowflake warehouse.
Every ETL tool will run your pipeline. None of them remember it. Until now.
The Context Engine is a persistent local knowledge store that silently accumulates four kinds of understanding as you work โ schema snapshots, business rules, table relationships, and sync history. You don't set it up. You don't configure it. It just grows in the background, and when you need it, it's there.
Schema changes: every time you connect to a database, Datavor snapshots the column structure. If a column was added or removed since last time, it flags it โ before your next sync can break.
Business rules: tell Datavor once โ "always filter out test orders, emails that contain @test.com" โ and it saves that as a rule with auto_apply: true. Every future sync to that table applies the filter automatically, without you having to ask again.
Relationships: Datavor detects foreign keys from database metadata and column naming patterns, and tracks which databases you're syncing between. Ask it about a table and it already knows where the data is going.
Sync history: every run is logged โ rows moved, duration, errors, success rate. After 142 syncs, when you ask "how is my orders pipeline doing?", the answer is specific.
Every database has its own type names. BOOLEAN in PostgreSQL is TINYINT(1) in MySQL, BIT in SQL Server, and BOOLEAN in Snowflake โ which is different to how Snowflake handles VARCHAR. Multiply that across five engines and you get a combinatorial problem that's easy to get wrong.
v2.0 replaces the old per-pair approach with a canonical intermediate type layer. Every connector maps to and from one shared format. Adding a sixth database connector in the future requires one mapping file, not five.
v2.0 brings the total to 34 MCP tools across seven categories. Five new tools in the Context Engine. Three new connection tools for SQL Server, SQLite, and Snowflake. Every tool works through the same interface: Claude Desktop, Cursor, or Cline.
v2.0 is the first version we've formally tested and confirmed across all three major MCP clients. The same config, the same tools, the same natural language experience โ wherever you code.
The original home for Datavor. Mac, Windows, and Linux all confirmed. Install in under 2 minutes.
Add Datavor to .cursor/mcp.json in your project root. Sync databases from inside your editor.
Configure via Cline MCP Servers. Works with all 34 tools from within VS Code's Cline extension.
MySQL โ PostgreSQL sync, full / partial / incremental modes, schema inspection. โ Shipped.
Scheduler, Transform Pipeline, Sync Dashboard, Type Engine. โ Shipped.
SQL Server, SQLite, Snowflake. Data Context Engine. Universal canonical type system. 34 MCP tools. โ Shipping today.
Change Data Capture for real-time sync. dbt integration for transformation workflows. Planned Q3 2026.
Local web dashboard โ browse history, manage jobs, build transform pipelines visually. No more terminal required. Planned Q4 2026.
Install via npm, add one config block to Claude Desktop (or Cursor or Cline), and you're connected to all 34 tools.