Cassis does context maintenance for analytics agents. Your business definitions live in a Git
repository you own. Real questions expose missing or wrong definitions, and Cassis proposes fixes
when there is enough evidence. Changes run against evals, and merging an approved pull request
publishes the context your agents read over MCP.
getcassis.com · docs · blog · reading list
| What you want to do |
Where to start |
| Try the maintenance loop |
cassis-demo-stallora: ask a question on sample marketplace data, resolve a missing definition, and ship the fix through a tested pull request. Uses your own agent, with no connection to your data. Requires GitHub and Cassis accounts, Python and an MCP client. Use the GitHub template to create your repository. |
| Audit your dbt project |
dbt-agent-readiness: find what an analytics agent will get wrong if you point it at your data today. Requires your dbt project, Python and a coding agent. No Cassis account or warehouse connection needed. |
| Build your first context |
ontology-bootstrap: assemble a reviewable ontology from your existing assets. Evidence stays attached and unknowns become questions. Requires a dbt project, schema export, Python and a coding agent. No Cassis account needed; runs use model tokens and include human review checkpoints. See run requirements, or read the measured write-up. |
Talk to us to connect your own warehouse and get a Cassis project.
If you used the bootstrap kit, connect the ontology you just generated.
For the CI and MCP setup, use the demo template and replace its cassis/ tree with your own ontology.
| Repository |
What it does |
| cassis-cli |
Validate, test and eval an ontology from your terminal, then publish it. The same commands run in CI to gate pull requests. pip install cassis-cli |
| skills |
Agent skills for authoring an ontology and for querying through MCP. In Claude Code, add the marketplace with /plugin marketplace add GetCassis/skills, then install the skills you need. |
| cassis-ontology-examples |
Two complete ontology trees to copy from: a minimal skeleton and a fully authored one. |
| Repository |
What you will find |
| analytics-agent-articles |
A curated list of write-ups from data teams building analytics agents: Anthropic, OpenAI, Ramp, GitHub, Gorgias and more, with reading notes organized by problem. Suggestions and corrections welcome. |
| Repository |
What you will find |
| research |
Benchmarks, harnesses and the run data behind our write-ups. |