You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ This MCP (Model Context Protocol) server provides tools to interact with dbt. Re
37
37
*`get_model_parents` - Gets parent nodes of a specific model
38
38
*`get_model_children` - Gets children modes of a specific model
39
39
40
-
### Remote
40
+
### SQL
41
41
*`text_to_sql` - Generate SQL from natural language requests
42
42
*`execute_sql` - Execute SQL on dbt Cloud's backend infrastructure with support for Semantic Layer SQL syntax. Note: using a PAT instead of a service token for `DBT_TOKEN` is required for this tool.
43
43
@@ -50,25 +50,25 @@ This MCP (Model Context Protocol) server provides tools to interact with dbt. Re
50
50
51
51
The MCP server takes the following environment variable configuration:
|`DBT_HOST`|`cloud.getdbt.com`| Your dbt Cloud instance hostname. This will look like an `Access URL` found [here](https://docs.getdbt.com/docs/cloud/about-cloud/access-regions-ip-addresses). If you are using Multi-cell, do not include the `ACCOUNT_PREFIX` here |
67
67
|`MULTICELL_ACCOUNT_PREFIX`| - | If you are using Multi-cell, set this to your `ACCOUNT_PREFIX`. If you are not using Multi-cell, do not set this environment variable. You can learn more [here](https://docs.getdbt.com/docs/cloud/about-cloud/access-regions-ip-addresses)|
68
68
|`DBT_TOKEN`| - | Your personal access token or service token. Note: a service token is required when using the Semantic Layer and this service token should have at least `Semantic Layer Only`, `Metadata Only`, and `Developer` permissions. |
69
69
|`DBT_PROD_ENV_ID`| - | Your dbt Cloud production environment ID |
# Based on this: https://github.com/modelcontextprotocol/python-sdk/blob/9ae4df85fbab97bf476ddd160b766ca4c208cd13/src/mcp/server/fastmcp/utilities/func_metadata.py#L105
0 commit comments