# Local Project Development Setup
DBT_PROJECT_LOCATION= Path to your local dbt project directory
DBT_EXECUTABLE= Path to dbt executable (/Users/username/.local/bin/dbt)
# Not Required: Used for comparing fusion and core
DBT_CLASSIC= Path to dbt executable (/opt/homebrew/bin/dbt)
# LLM Keys
GOOGLE_API_KEY= Your Google API Key
ANTHROPIC_API_KEY=Your Anthropic/Claude API Key
OPENAI_API_KEY=Your OpenAI API Key
# ===== REQUIRED: dbt MCP Server Configuration =====
DBT_MCP_URL= The URL of your dbt MCP server
DBT_TOKEN= Your dbt Cloud authentication token
DBT_USER_ID= Your dbt Cloud user ID (numeric)
DBT_PROD_ENV_ID= Your dbt Cloud production environment ID (numeric)
# ===== OPTIONAL: dbt Environment IDs =====
DBT_DEV_ENV_ID= Your dbt Cloud development environment ID (numeric)
DBT_ACCOUNT_ID= Your dbt Cloud account ID (numeric)
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/dbt-labs/dbt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server