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.Выполни в терминале:
claude mcp add dlt -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai