Skip to main content
Glama

dbt MCP Server

by ajdoyl2
.env.template883 B
# Environment Configuration Template # Copy this file to .env and fill in your actual values # Database Configuration DUCKDB_PATH=/Users/ajdoyle/claude-data-stack-mcp/data/warehouse/data_stack.duckdb DBT_PROJECT_DIR=/Users/ajdoyle/claude-data-stack-mcp/transform DBT_PROFILES_DIR=/Users/ajdoyle/claude-data-stack-mcp/transform/profiles/duckdb # GitHub Integration (required for MCP GitHub server) # Generate at: https://github.com/settings/tokens GITHUB_PERSONAL_ACCESS_TOKEN=github_pat_***_REPLACE_WITH_ACTUAL_TOKEN # MotherDuck Integration (optional for cloud collaboration) # Get from: https://motherduck.com/ MOTHERDUCK_TOKEN=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9***_REPLACE_WITH_ACTUAL_TOKEN MOTHERDUCK_DATABASE=data_stack_cloud # MCP Server Configuration MCP_DEBUG=false # Feature Flags ENABLE_PROJECT_ISOLATION=true ENABLE_LEGACY_MODE=false ENABLE_CONTEXT_PERSISTENCE=true

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/ajdoyl2/claude-data-stack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server