dbt-mcp-server

vladrosant/dbt-mcp-server
★ 0 stars Python AI/LLM Updated 7d ago
mcp server that lets claude answer questions about your dbt project. model lineage, missing docs, test failures straight from manifest.json
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dbt-mcp-server": {
      "command": "uvx",
      "args": [
        "dbt-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install dbt-mcp-server