mcp-server-apache-airflow
@yangkyeongmo
关于 mcp-server-apache-airflow
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-apache-airflow": {
"command": "uv",
"args": [
"run",
"mcp-server-apache-airflow",
"--apis",
"dag",
"--apis",
"dagrun"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-apache-airflow?
mcp-server-apache-airflow is a Model Context Protocol (MCP) server implementation that wraps Apache Airflow’s REST API using the official Airflow client library. It enables MCP clients to interact with Airflow in a standardized way.
How to use mcp-server-apache-airflow?
The package is available on PyPI and can be installed via pip. Once configured with an Airflow instance, MCP clients can invoke any of the supported Airflow API operations directly through the MCP protocol.
Key features of mcp-server-apache-airflow
- List, pause, unpause, update, and delete DAGs
- Create, list, update, and delete DAG runs
- Manage tasks and task instances with logging
- CRUD operations for variables, connections, and pools
- Access XComs, datasets, event logs, and health stats
Use cases of mcp-server-apache-airflow
- Automate DAG lifecycle management from MCP-powered assistants
- Monitor and trigger Airflow workflows without manual API calls
- Integrate Airflow operations into broader MCP-based automation pipelines
FAQ from mcp-server-apache-airflow
What does this MCP server allow me to do?
It provides over 50 Airflow REST API operations through the MCP protocol, covering DAGs, runs, tasks, variables, connections, pools, XComs, datasets, monitoring, config, plugins, providers, and event logs.
What dependencies does it require?
It requires a running Apache Airflow instance with its REST API accessible, and uses the official Apache Airflow client library for compatibility.
Does it support authentication with Airflow?
The README does not specify authentication details; users should refer to the Airflow REST API documentation for auth configurations.
数据与分析 分类下的更多 MCP 服务器
PubMed Analysis MCP Server
DarkroasterA PubMed MCP server.
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Bright Data MCP
brightdataA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
评论