dbt-doctor
AI-driven quality & governance MCP Server for dbt projects. Audit coverage, profile data, detect schema drift, and auto-generate documentation — all through natural language with your AI assistant.
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- architecture.png
- __init__.py
- auditor.py
- dag_analyzer.py
- drift_detector.py
- profiler.py
- __init__.py
- base.py
- duckdb.py
- postgres.py
- __init__.py
- manifest.py
- profiles.py
- project.py
- schema_reader.py
- __init__.py
- doc_generator.py
- test_suggester.py
- yaml_writer.py
- __init__.py
- sql_sanitizer.py
- __init__.py
- server.py
- __init__.py
- sample_manifest.json
- __init__.py
- conftest.py
- test_auditor.py
- test_dag_analyzer.py
- test_manifest_parser.py
- test_profiler.py
- test_test_suggester.py
- test_yaml_writer.py
- .gitignore
- ARCHITECTURE_AND_PLAN.md
- CHANGELOG.md
- CONTRIBUTING.md
- KNOWN_LIMITATIONS.md
- LICENSE
- logo.png
- pyproject.toml
- README.md
- SECURITY.md
- STATUS.md
# Installation Guide
1. Get the code
git clone https://github.com/Astoriel/dbt-doctor
Downloads the entire project code from GitHub to your computer.
cd dbt-doctor
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install dbt-doctor
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install dbt-doctor
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
