|Documentation
dataworkers

FAQ

Open source · Apache 2.0. This section documents the open-source core. The Data Workers platform is covered separately - see What the platform adds.

What is Data Workers?

A set of specialised agents for data work - cataloguing, quality, schema, pipelines, incidents, governance. Each is an MCP server, so they run inside the coding agent you already use rather than in a new place you have to visit.

How is this different from a copilot?

A copilot answers when asked, in one session, with whatever context you paste. These agents carry a persistent model of your estate - assets, lineage, quality history - so the answer to "what breaks if I drop this column" comes from the graph, not from guessing.

Which model do the agents use?

Whichever you configure, with your key. Your provider bills you directly. There's no Data Workers inference service in the path and no markup.

Is it really free?

Yes. Apache 2.0, no account, no license key, no trial clock. Fork it, patch it, run it internally.

What does the open-source core do?

It reads, analyses and recommends. It ships with a sample estate so you can drive the full tool surface immediately.

Can I point it at my own warehouse?

That's what the platform is for. See What the platform adds.

Which agents should I start with?

Incidents and Context & Catalog.

Which clients work?

Claude Code, Cursor, OpenCode and Codex CLI are the ones we test. Any MCP client over stdio should connect.

How do I report a bug?

GitHub issues, or Discord for questions.