Skip to main content
Glama

dbt Semantic Layer MCP Server

smithery.yaml867 B
# Smithery.ai configuration startCommand: type: stdio configSchema: # JSON Schema defining the configuration options for the MCP. type: object properties: SEMANTIC_LAYER_API_KEY: type: string SEMANTIC_LAYER_URL: "type": "string" SEMANTIC_LAYER_ENVIRONMENT_ID: type: string required: - SEMANTIC_LAYER_API_KEY - SEMANTIC_LAYER_URL - SEMANTIC_LAYER_ENVIRONMENT_ID commandFunction: # A function that produces the CLI command to start the MCP on stdio. |- (config) => ({ "command": "node", "args": [ "dist/index.js" ], "env": { "SEMANTIC_LAYER_API_KEY": config.SEMANTIC_LAYER_API_KEY, "SEMANTIC_LAYER_URL": config.SEMANTIC_LAYER_URL, "SEMANTIC_LAYER_ENVIRONMENT_ID": config.SEMANTIC_LAYER_ENVIRONMENT_ID } })

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/TommyBez/dbt-semantic-layer-mcp-server'

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