Skip to main content
Glama

Lightdash MCP Server

by syucream

lightdash-mcp-server

LightdashへアクセスするMCP(Model Context Protocol)サーバー。

このサーバーは、Lightdash の API への MCP 互換アクセスを提供し、AI アシスタントが標準化されたインターフェースを通じて Lightdash データと対話できるようにします。

特徴

利用可能なツール:

  • list_projects - Lightdash組織内のすべてのプロジェクトを一覧表示します
  • get_project - 特定のプロジェクトの詳細を取得する
  • list_spaces - プロジェクト内のすべてのスペースを一覧表示する
  • list_charts - プロジェクト内のすべてのチャートを一覧表示する
  • list_dashboards - プロジェクト内のすべてのダッシュボードを一覧表示する
  • get_custom_metrics - プロジェクトのカスタムメトリックを取得する
  • get_catalog - プロジェクトのカタログを取得する
  • get_metrics_catalog - プロジェクトのメトリクスカタログを取得する
  • get_charts_as_code - プロジェクトのチャートをコードとして取得する
  • get_dashboards_as_code - プロジェクトのダッシュボードをコードとして取得する

クイックスタート

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Lightdash MCP Server を自動的にインストールするには:

npx -y @smithery/cli install lightdash-mcp-server --client claude
手動インストール
npm install lightdash-mcp-server

構成

Lightdash API 認証情報を使用して.envファイルを作成します。

LIGHTDASH_API_KEY=your_api_key LIGHTDASH_API_URL=https://app.lightdash.cloud # or your custom Lightdash instance URL

使用法

  1. MCP サーバーを起動します。

直接:

npx lightdash-mcp-server

または、インストールされたモジュールを node で実行します。

  1. MCP 構成 json を編集します。
... "lightdash": { "command": "npx", "args": [ "-y", "lightdash-mcp-server" ], "env": { "LIGHTDASH_API_KEY": "<your PAT>", "LIGHTDASH_API_URL": "https://<your base url>" } }, ...

発達

利用可能なスクリプト

  • npm run dev - ホットリロードで開発モードでサーバーを起動します
  • npm run build - 本番環境用にプロジェクトをビルドする
  • npm run start - 本番サーバーを起動する
  • npm run lint - リンティングチェックを実行する(ESLint と Prettier)
  • npm run fix - リンティングの問題を自動的に修正する
  • npm run examples - サンプルスクリプトを実行する

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成する
  3. テストとリンティングを実行する: npm run lint
  4. 変更をコミットする
  5. ブランチにプッシュする
  6. プルリクエストを作成する

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

AI アシスタントが Lightdash 分析データと対話できるようにし、標準化されたインターフェースを通じてプロジェクト、スペース、チャート、ダッシュボード、メトリックを一覧表示および取得するためのツールを提供する MCP 互換サーバー。

  1. 特徴
    1. クイックスタート
      1. インストール
      2. 構成
      3. 使用法
    2. 発達
      1. 利用可能なスクリプト
      2. 貢献

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that lets AI assistants interact with your Lunchmoney data, enabling natural language queries about transactions, budgets, and spending patterns.
      Last updated -
      4
      3
      8
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      An MCP server that enables AI assistants to interact with the Plane project management platform, allowing them to manage workspaces, projects, issues, and comments through a structured API.
      Last updated -
      JavaScript
    • A
      security
      F
      license
      A
      quality
      An MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.
      Last updated -
      11
      29
      TypeScript
      • Linux
      • Apple
    • -
      security
      -
      license
      -
      quality
      An MCP server that allows AI assistants to utilize human capabilities by sending requests to humans and receiving their responses through a Streamlit UI.
      Last updated -
      23
      Python
      MIT License

    View all related MCP servers

    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/syucream/lightdash-mcp-server'

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