From d20601e1c23a4e1833b794ae296dce14b47efa3d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:57:08 +0000 Subject: [PATCH 1/2] Update references/integrations/lightdash-mcp.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- references/integrations/lightdash-mcp.mdx | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/references/integrations/lightdash-mcp.mdx b/references/integrations/lightdash-mcp.mdx index 44ea0356..c6007e31 100644 --- a/references/integrations/lightdash-mcp.mdx +++ b/references/integrations/lightdash-mcp.mdx @@ -300,6 +300,74 @@ To get the most value from MCP, ensure your Lightdash data is well-organized and - Optimizing for AI assistant performance - Security and permissions considerations +## Lightdash Docs MCP + +In addition to the Lightdash data MCP above, we also offer a **Docs MCP endpoint** that gives AI coding agents access to the complete Lightdash documentation. This is free for everyone—including open source users and all cloud tiers. + +### Benefits + +The Docs MCP helps AI agents: + +- Understand Lightdash concepts, configuration, and best practices +- Generate accurate YAML configurations for metrics and dimensions +- Troubleshoot issues using official documentation +- Stay up-to-date with the latest Lightdash features + + + For the best experience building and maintaining your semantic layer, we recommend using [agent skills](/guides/developer/agent-skills) instead. Skills provide more targeted context for AI coding agents and are optimized for code generation tasks. + + +### Setup + +The Docs MCP endpoint is available at `https://docs.lightdash.com/mcp`. Add it to your AI coding tool: + + + + Add to your `.cursor/mcp.json`: + + ```json + { + "mcpServers": { + "lightdash-docs": { + "url": "https://docs.lightdash.com/mcp" + } + } + } + ``` + + + Run the following command: + + ```bash + claude mcp add lightdash-docs https://docs.lightdash.com/mcp -t http + ``` + + + Add to your `~/.codeium/windsurf/mcp_config.json`: + + ```json + { + "mcpServers": { + "lightdash-docs": { + "serverUrl": "https://docs.lightdash.com/mcp" + } + } + } + ``` + + + +### Availability + +The Docs MCP is free for everyone: + +- Open source users +- Cloud Starter +- Cloud Pro +- Cloud Enterprise + +No authentication required. + ## FAQ **Q: Does Lightdash MCP store my data or query results?** From d3d43dffea92373dcbf57f3f8daf7c95a25b1081 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:58:56 +0000 Subject: [PATCH 2/2] Update references/integrations/lightdash-mcp.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- references/integrations/lightdash-mcp.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/references/integrations/lightdash-mcp.mdx b/references/integrations/lightdash-mcp.mdx index c6007e31..52699887 100644 --- a/references/integrations/lightdash-mcp.mdx +++ b/references/integrations/lightdash-mcp.mdx @@ -362,7 +362,6 @@ The Docs MCP endpoint is available at `https://docs.lightdash.com/mcp`. Add it t The Docs MCP is free for everyone: - Open source users -- Cloud Starter - Cloud Pro - Cloud Enterprise