dbt-labs/dbt-mcp
Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Ads
Overview
Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Explore your dbt project’s data models
ask for all models with `get_all_models`, then inspect any node’s full details via `get_node_details`.
- Trace upstream and downstream lineage
use `get_lineage` to see ancestors and descendants for a model, filtered by type and depth.
- Query metrics through the Semantic Layer
list available metrics with `list_metrics`, then run filtered, grouped metric queries via `query_metrics`.
- Check model health and performance
retrieve run status, test results, and source freshness with `get_model_health`, or get execution history via `get_model_performance`.
- Generate project boilerplate
create model YAML, source YAML, or staging model SQL using `generate_model_yaml`, `generate_source`, and `generate_staging_model`.
- Manage dbt Cloud jobs
list and trigger jobs with `list_jobs` and `trigger_job_run`, then inspect run details or artifacts using `get_job_run_details` and `list_job_run_artifacts`.
Tags
- database
- analytics
- data-analysis
- sql
- devops-infrastructure
- awesome-list
Related MCP servers
Sugra-Systems/sugra-api-mcp
OfficialConnector between LLM agents and world data - 1,500+ endpoints aggregating 160+ primary sources across 36 data domains: markets, macroeconomics, company fundamentals, government, news, climate, maritime, and entity screening. Install via `pip install sugra-api-mcp` or hosted at app.sugra.ai/mcp.
soil-dev/capsulemcp
MCP server for [Capsule CRM](https://capsulecrm.com). 81 tools (49 in read-only mode) covering contacts, opportunities, projects, tasks, timeline activity, structured + saved filters, workflow tracks, and file attachments. Two transports — stdio (`npx capsulemcp`) and HTTP+OAuth for hosted Custom Connectors. Read-only-mode env flag for safer defaults. Apache 2.0.
us-all/airflow-mcp-server
Airflow REST API — 7 tools (DAG list, runs, task instances, log tails, trigger, clear). `dag-health-rollup` aggregation. Airflow 3.x `/api/v2` + JWT (SimpleAuthManager); pin `0.1.x` for Airflow 2.x. Read-only by default; trigger/clear write-gated.
flexorch/flexorch-mcp
Convert unstructured business documents (PDF, DOCX, invoices, contracts, payroll) into structured, LLM-ready datasets with automatic classification, field extraction, PII masking (10+ locales), and quality scoring. 6 async MCP tools covering the full pipeline: submit → poll → extract → build → export JSONL/RAG/CSV. Install: `pip install flexorch-mcp`.