lightdash-mcp-server
@MCP-Mirror
关于 lightdash-mcp-server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"syucream_lightdash-mcp-server": {
"command": "npx",
"args": [
"lightdash-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is lightdash-mcp-server?
lightdash-mcp-server is an MCP (Model Context Protocol) server that provides AI assistants with standardized access to the Lightdash API. It allows users to explore and retrieve data from their Lightdash projects, including projects, spaces, charts, dashboards, and metrics.
How to use lightdash-mcp-server?
Install the server via npm (npm install lightdash-mcp-server), configure a .env file with your Lightdash API key and API URL, then start the server with npx lightdash-mcp-server. The server exposes tools that can be called by any MCP-compatible AI client.
Key features of lightdash-mcp-server
- List all projects in your Lightdash organization
- Retrieve details of a specific project
- List spaces, charts, and dashboards within a project
- Get custom metrics and catalog information
- Export charts and dashboards as code
Use cases of lightdash-mcp-server
- An AI assistant listing all available projects before querying specific data
- Automatically fetching chart definitions or dashboard layouts for analysis
- Retrieving metric catalogs to understand available dimensions and measures
- Exporting Lightdash content as code for version control or reuse
FAQ from lightdash-mcp-server
What runtime does lightdash-mcp-server require?
It requires Node.js and npm. The server is run via npx or as a local install.
How do I authenticate with Lightdash?
Set the environment variables LIGHTDASH_API_KEY and LIGHTDASH_API_URL (default https://app.lightdash.cloud/api/v1) in a .env file.
Does the server store any data?
No—it acts as a proxy, making requests to the Lightdash API on behalf of the AI assistant. No data is stored locally.
What transport does lightdash-mcp-server use?
It uses the standard MCP transport (stdio) for communication with the AI client.
What are the dependencies?
The server depends on the Lightdash API being accessible and the user providing a valid API key. No external database or other services are required.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论