dbt-mcp

A MCP (Model Context Protocol) server for interacting with dbt.

GitHub Stars

369

User Rating

Not Rated

Favorites

0

Views

85

Forks

58

Issues

24

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.7 or higher
uv: Latest version

Installation Steps

1. Install uv

bash
pip install uv

2. Set Environment Variables

Copy the .env.example file and save it as .env, then set the required environment variables.
bash
cp .env.example .env

3. Start the Server

bash
uv run server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and ensure dependencies are correctly installed.

Additional Resources