Add your description here
Project description
mcp-dagster: A Dagster MCP Server
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_kyryl_opens_ml_mcp_server_dagster-0.1.2.tar.gz.
File metadata
- Download URL: iflow_mcp_kyryl_opens_ml_mcp_server_dagster-0.1.2.tar.gz
- Upload date:
- Size: 86.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83d305cd1c0a9f5a0ddd4bd57348ab715cb14237ba6f28ed2732e6c7ec2de7af
|
|
| MD5 |
7a17f57f79e62dd08a750ce39e4d0fb6
|
|
| BLAKE2b-256 |
16cd5d6c66917fd7fd553b9314991aed1815227426ae56bb59efd4543d116caa
|
File details
Details for the file iflow_mcp_kyryl_opens_ml_mcp_server_dagster-0.1.2-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_kyryl_opens_ml_mcp_server_dagster-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.28 {"installer":{"name":"uv","version":"0.9.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd58a9bb43a87ae807986ad01bcc76dd02531dd359c93ab7717b5b24f25720a9
|
|
| MD5 |
29c511d9dda08f7ae29885ad78032693
|
|
| BLAKE2b-256 |
1b0b778cfd14b755cf0a7102a9157a8a0031925642ff76899be4e9b3a8138d76
|