loading…
Search for a command to run...
loading…
Enables large language models to retrieve up-to-date and correct information about dlt pipelines, datasets, and schemas, improving AI-assisted development.
Enables large language models to retrieve up-to-date and correct information about dlt pipelines, datasets, and schemas, improving AI-assisted development.
🚀 Follow this guide to create a dlt pipeline in 10mins with AI
Large language models (LLMs) know a lot about the world, but nothing about your specific code and data.
The Model Context Protocol (MCP) server allows the LLM to retrieve up-to-date and correct information about your dlt pipelines, datasets, schema, etc. This significantly improves the development experience in AI-enabled IDEs (Copilot, Cursor, Continue, Claude Code, etc.)
The package manager uv is required to launch the MCP server.
Add this section to your MCP configuration file inside your IDE. Add your destination(s) in the extras dlt-mcp[...]
{
"name": "dlt",
"command": "uv",
"args": [
"run",
"--with",
"dlt-mcp[duckdb]",
"dlt-mcp",
],
}
[!NOTE] The configuration file format varies slightly across IDEs
The dlt MCP server provides tools that allows the LLM to take actions:
dlt documentation using different modes (hybrid, full_text, or vector) to verify features and identify recommended patterns.from
Run in your terminal:
claude mcp add dlt -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.