DTS (Data Tool Suite) plugins for dbt project management and LLM-observable data workflows
npx claudepluginhub big-time-data/homebrew-dtsData Tool Suite - LLM-observable workflows for dbt projects including query execution, interpretation, and annotation handling.
A web-based development environment for dbt projects with Claude AI integration.
# Add the tap
brew tap Big-Time-Data/dts
# Install DTS (as a cask)
brew install --cask Big-Time-Data/dts/dts
dts): Web IDE server with embedded React frontenddts
Then open http://localhost:8080 in your browser.
After installing DTS, set up the Claude Code plugin:
# Add the marketplace
claude plugin marketplace add Big-Time-Data/homebrew-dts
# Install the plugin
claude plugin install dts@dts-marketplace
This enables Claude Code to interact with your dbt projects through MCP tools.
If you need the legacy command-line interface for diff/clone operations:
brew install Big-Time-Data/dts/dts-legacy
The legacy CLI is installed as dts-legacy to avoid conflicts with the new DTS.
brew update && brew upgrade --cask dts
brew uninstall --cask dts