AirTrack
@Rakesh-infosrc
关于 AirTrack
Integrate mcp-server-airflow to Open Web UI
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-airflow-openwebui": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AirTrack?
AirTrack is a Model Context Protocol (MCP) server for Apache Airflow that enables standardized access to DAG metadata, run status, and task insights. It wraps Airflow’s REST API using the official Apache Airflow client library, allowing MCP clients to monitor and automate Airflow workflows in a consistent way.
How to use AirTrack?
Run Airflow with Docker Compose (navigate to airflow directory, run docker-compose up, access at http://localhost:8181 with username admin and password airflow). Then set up the MCP application in the mpc directory: create a Python virtual environment, install dependencies from requirements.txt, and start the server with python server.py. For integration with Claude Desktop, configure the mcpServers JSON with the path to server.py. For Open WebUI, install mcpo using pip, create a config.json with the server path, and run uvx mcpo --config config.json --port 8001.
Key features of AirTrack
- Wraps Apache Airflow’s REST API for MCP clients.
- Provides DAG metadata, run status, and task insights.
- Uses the official Airflow client library for compatibility.
- Supports integration with Claude Desktop and Open WebUI.
- Runs on Docker Compose and Python 3.8+.
- Includes an AirTrack logo image in the MCP folder.
Use cases of AirTrack
- Monitor DAG status and task execution from MCP‑capable assistants.
- Automate Airflow workflow checks and alerts via MCP clients.
- Integrate Airflow observability into chat‑based developer tools.
- Enable LLM‑powered troubleshooting of Airflow pipelines (future).
FAQ from AirTrack
What prerequisites are needed to run AirTrack?
Docker and Docker Compose for Airflow, Python 3.8+, and a Python virtual environment for the MCP server.
How do I start the Airflow service?
Navigate to the airflow directory, run docker-compose up, and access the web UI at http://localhost:8181 (login: admin / airflow).
How can I connect AirTrack to Claude Desktop?
Add a JSON entry to the mcpServers configuration in Claude Desktop, specifying the command and path to server.py as shown in the README example.
How do I use AirTrack with Open WebUI?
Install mcpo (pip install mcpo), create a config.json with the server path, then run uvx mcpo --config config.json --port 8001.
What future enhancements are planned for AirTrack?
Planned features include live DAG/task status streaming via WebSocket/SSE, OAuth2 and role‑based security, event‑triggered agents, performance dashboards, and AI‑powered troubleshooting using LLMs.
数据与分析 分类下的更多 MCP 服务器
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
🎓 Semantic Scholar MCP Server
JackKuo666🔍 This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It provides tools for searching papers, retrieving paper and author details, and fetching citations and references.
Data Visualization MCP Server
isaacwassermanDeep Research
u14appUse any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Salesforce MCP Server
tsmztechSalesforce MCP Server
评论