Dagster
БесплатноНе проверенEnables AI agents to interact with Dagster instances, explore data pipelines, monitor runs, and manage assets.
Описание
Enables AI agents to interact with Dagster instances, explore data pipelines, monitor runs, and manage assets.
README
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. This repository provides an MCP server for interacting with Dagster, the data orchestration platform.
Overview
A Model Context Protocol server that enables AI agents to interact with Dagster instances, explore data pipelines, monitor runs, and manage assets. It serves as a bridge between LLMs and your data engineering workflows.
Read our launch post to learn more.
Components
Tools
The server implements several tools for Dagster interaction:
list_repositories: Lists all available Dagster repositorieslist_jobs: Lists all jobs in a specific repositorylist_assets: Lists all assets in a specific repositoryrecent_runs: Gets recent Dagster runs (default limit: 10)get_run_info: Gets detailed information about a specific runlaunch_run: Launches a Dagster job runmaterialize_asset: Materializes a specific Dagster assetterminate_run: Terminates an in-progress Dagster runget_asset_info: Gets detailed information about a specific asset
Configuration
The server connects to Dagster using these defaults:
- GraphQL endpoint:
http://localhost:3000/graphql - Transport: SSE (Server-Sent Events)
Quickstart
Running the Example
- Start the Dagster instance with your pipeline:
uv run dagster dev -f ./examples/open-ai-agent/pipeline.py
- Run the MCP server with SSE transport:
uv run examples/open-ai-agent/run_sse_mcp.py
- Start the agent loop to interact with Dagster:
uv run ./examples/open-ai-agent/agent.py
Example Interactions
Once the agent is running, you can ask questions like:
- "What assets are available in my Dagster instance and what do they do?"
- "Can you materialize the continent_stats asset and show me the result?"
- "Check the status of recent runs and provide a summary of any failures"
- "Create a new monthly aggregation asset that depends on continent_stats"
The agent will use the MCP server to interact with your Dagster instance and provide answers based on your data pipelines.
Установить Dagster в Claude Desktop, Claude Code, Cursor
unyly install mcp-dagsterСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-dagster -- uvx mcp-server-dagsterFAQ
Dagster MCP бесплатный?
Да, Dagster MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Dagster?
Нет, Dagster работает без API-ключей и переменных окружения.
Dagster — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Dagster в Claude Desktop, Claude Code или Cursor?
Открой Dagster на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
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-hzCompare Dagster with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
