Overview
what is lightdash-mcp-server?
lightdash-mcp-server is a server that provides MCP (Model Context Protocol) compatible access to Lightdash's API, enabling AI assistants to interact with Lightdash data through a standardized interface.
how to use lightdash-mcp-server?
To use lightdash-mcp-server, install it via npm, configure your Lightdash API credentials in a .env file, and start the server using the provided commands.
key features of lightdash-mcp-server?
- List all projects, spaces, charts, and dashboards in Lightdash.
- Access custom metrics and catalogs for projects.
- Retrieve charts and dashboards as code.
- Supports development mode with hot reloading.
use cases of lightdash-mcp-server?
- Integrating AI assistants with Lightdash for data analysis.
- Automating project management tasks in Lightdash.
- Generating reports and visualizations programmatically.
FAQ from lightdash-mcp-server?
- What is MCP?
MCP stands for Model Context Protocol, which standardizes how AI assistants can access and interact with data.
- How do I install lightdash-mcp-server?
You can install it using npm with the command:
npm install lightdash-mcp-server.
- Can I run this server in development mode?
Yes! You can start the server in development mode using
npm run dev.