Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From lightdash-org-admin
Provides Lightdash tools for BI analytics, querying dbt metrics, exploring dashboards, and data visualization. Runs locally as a subprocess. Supports safety mode via LIGHTDASH_TOOLS_SAFETY_MODE env var.
npx claudepluginhub yu-iskw/dbt-heroes --plugin lightdash-org-adminCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lightdash": {
"command": "npx",
"args": [
"-y",
"@lightdash-tools/mcp"
],
"env": {
"LIGHTDASH_TOOLS_SAFETY_MODE": "read-only"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
LIGHTDASH_TOOLS_SAFETY_MODE=read-onlyShare bugs, ideas, or general feedback.