We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dbt-labs/dbt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# dbt Cloud Configuration
DBT_HOST=cloud.getdbt.com
DBT_PROD_ENV_ID=your-production-environment-id
DBT_DEV_ENV_ID=your-development-environment-id
DBT_USER_ID=your-user-id
DBT_TOKEN=your-service-token
# Local dbt Configuration
DBT_PROJECT_DIR=/path/to/your/dbt/project
DBT_PATH=/path/to/your/dbt/executable
# Multi-tenant Configuration
MULTICELL_ACCOUNT_PREFIX=your-account-prefix
# Tool Configuration
DISABLE_TOOLS=your-disabled-tools
DBT_MCP_ENABLE_TOOLS=your-enabled-tools
DBT_MCP_ENABLE_SEMANTIC_LAYER=
DBT_MCP_ENABLE_ADMIN_API=
DBT_MCP_ENABLE_DBT_CLI=
DBT_MCP_ENABLE_DBT_CODEGEN=
DBT_MCP_ENABLE_DISCOVERY=
DBT_MCP_ENABLE_LSP=
DBT_MCP_ENABLE_SQL=