Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Lightdash MCP Server
Claim
by
syucream
npm
GitHub
Search
Research & Data
Monitoring
TypeScript
MIT License
106
7
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
examples
.github
src
Dockerfile
.dockerignore
.env.sample
eslint.config.js
.eslintrc.json
.gitignore
LICENSE
.node-version
package.json
package-lock.json
.prettierrc
README.md
smithery.yaml
tsconfig.build.json
tsconfig.dev.json
tsconfig.json
ts-node-loader.js
{ "compilerOptions": { "target": "es2022", "module": "NodeNext", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "moduleResolution": "NodeNext", "resolveJsonModule": true, "types": ["node"], "lib": ["es2022"], "declaration": true, "sourceMap": true }, "ts-node": { "esm": true, "experimentalSpecifiers": true, "project": "./tsconfig.dev.json" } }