Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
dbt Semantic Layer MCP Server
Claim
by
TommyBez
GitHub
Databases
Search
Research & Data
TypeScript
MIT License
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
dbt-semantic-layer-mcp-server
src
Dockerfile
.gitignore
LICENSE
package.json
pnpm-lock.yaml
README.md
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "es2022", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "paths": { "@/*": ["./src/*"] } }, "include": ["src/**/*"], "exclude": ["node_modules"] }