MCP.so
登录
M

Mcp Airflow Api

@call518

关于 Mcp Airflow Api

MCP-Airflow-API is a Model Context Protocol (MCP) server that transforms Apache Airflow REST API operations into natural language tools for LLM integration. Built for DevOps engineers, data engineers, and Airflow administrators who need intuitive cluster management capabilities.

基本信息

分类

数据与分析

传输方式

stdio

发布者

call518

提交者

JungJungIn

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "airflow-api": {
      "command": "uvx",
      "args": [
        "--python",
        "3.11",
        "mcp-airflow-api"
      ],
      "env": {
        "AIRFLOW_API_URL": "http://localhost:8080/api/v1",
        "AIRFLOW_API_USERNAME": "airflow",
        "AIRFLOW_API_PASSWORD": "airflow",
        "AIRFLOW_LOG_LEVEL": "INFO"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Airflow Api?

How to use Mcp Airflow Api?

Key features of Mcp Airflow Api

Use cases of Mcp Airflow Api

FAQ from Mcp Airflow Api

评论

数据与分析 分类下的更多 MCP 服务器