dbt-mcp
by bratko1234
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DBT_HOST | No | Your dbt Cloud instance hostname (Access URL). If using Multi-cell, do not include the ACCOUNT_PREFIX. | cloud.getdbt.com |
| DBT_PATH | No | The path to your dbt Core, dbt Cloud CLI, or dbt Fusion executable. Find it with 'which dbt'. | |
| DBT_TOKEN | No | Your personal access token or service token. Service token required for Semantic Layer with at least 'Semantic Layer Only', 'Metadata Only', and 'Developer' permissions. | |
| DBT_USER_ID | No | Your dbt Cloud user ID. | |
| DISABLE_TOOLS | No | Set this to a list of tool names delimited by a ',' to disable certain tools. | |
| DBT_DEV_ENV_ID | No | Your dbt Cloud development environment ID. | |
| DISABLE_REMOTE | No | Set this to 'false' to enable remote MCP objects. | true |
| DBT_CLI_TIMEOUT | No | Number of seconds before the agent times out dbt CLI commands. | 10 |
| DBT_PROD_ENV_ID | No | Your dbt Cloud production environment ID. | |
| DBT_PROJECT_DIR | No | The path to where the repository of your dbt Project is hosted locally, e.g., '/Users/firstnamelastname/reponame'. | |
| DISABLE_DBT_CLI | No | Set this to 'true' to disable dbt Core, dbt Cloud CLI, and dbt Fusion MCP tools. | false |
| DISABLE_DISCOVERY | No | Set this to 'true' to disable dbt Discovery API MCP objects. | false |
| DISABLE_SEMANTIC_LAYER | No | Set this to 'true' to disable dbt Semantic Layer MCP objects. | false |
| MULTICELL_ACCOUNT_PREFIX | No | If using Multi-cell, set this to your ACCOUNT_PREFIX. If not using Multi-cell, do not set this. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bratko1234/dbt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server