69
/ 100
11 days ago
glama

MCP-Airflow-API

Enables natural language management of Apache Airflow workflows, including DAG monitoring, task control, and configuration, via the Model Context Protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: AIRFLOW_API_PASSWORD, REMOTE_SECRET_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAIRFLOW_API_BASE_URL"": "http://localhost:8080/api",
configAIRFLOW_API_URL
configAIRFLOW_API_VERSIONKey Architecture: Single MCP server with shared common tools (43) plus v2-exclusive asset tools (2) - dynamically loads appropriate toolset based on environment variable!
configAIRFLOW_API_USERNAME"": "airflow",
🔐 secretAIRFLOW_API_PASSWORD"": "airflow"
configMCP_LOG_LEVELINFO # DEBUG/INFO/WARNING/ERROR/CRITICAL
configFASTMCP_TYPEstdio # Default: Direct MCP client mode
configFASTMCP_HOST
configFASTMCP_PORT8000 # HTTP server port (Docker internal)
configREMOTE_AUTH_ENABLEfalse # true/false
🔐 secretREMOTE_SECRET_KEYyour-secure-secret-key-here
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/fastmcp-me-mcp-airflow-api-11akyv)](https://m8ven.ai/mcp/fastmcp-me-mcp-airflow-api-11akyv)
commit: f303f983757066ae15b8ac42e5a87b8f8a9bac02
code hash: 561284de143f82ecadc1863350c9603ca5a461d8416c9aa2d1eaba2cb5da41fd
verified: 6/15/2026, 3:13:11 PM
view raw JSON →