Skip to main content
Glama
ajdoyl2

dbt MCP Server

by ajdoyl2
claude_config.json896 B
{ "mcpServers": { "dbt-data-stack": { "command": "python", "args": [ "/Users/ajdoyle/claude-data-stack-mcp/mcp_servers/dbt_server.py" ], "env": { "DBT_PROJECT_DIR": "/Users/ajdoyle/claude-data-stack-mcp/transform", "DBT_PROFILES_DIR": "/Users/ajdoyle/claude-data-stack-mcp/transform/profiles/duckdb", "DBT_PATH": "dbt", "DBT_PROFILE": "data_stack", "DBT_TARGET": "dev", "DUCKDB_PATH": "/Users/ajdoyle/claude-data-stack-mcp/data/warehouse/data_stack.duckdb", "DUCKDB_SCHEMA": "main", "DBT_MCP_ENABLE_CLI_TOOLS": "true", "DBT_MCP_ENABLE_DISCOVERY_TOOLS": "true", "DBT_MCP_ENABLE_SEMANTIC_LAYER_TOOLS": "false", "DBT_MCP_ENABLE_REMOTE_TOOLS": "true", "DBT_LOG_LEVEL": "info", "DBT_WARN_ERROR_OPTIONS": "all", "MCP_DEBUG": "false" } } } }

Latest Blog Posts

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