71
/ 100
16 days ago
glama

airflow-dev-mcp

An MCP server that enables AI coding assistants to interact with a local Airflow cluster via its REST API for triggering DAG runs, monitoring status, reading logs, and diagnosing errors.

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_TOKEN, AIRFLOW_PASSWORD
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_URLe =http://localhost:8080 \
configAIRFLOW_API_PREFIX/api/v2 API path prefix. Use /api/v1 for Airflow 2.x.
configAIRFLOW_TIMEOUT30 HTTP timeout, in seconds.
configAIRFLOW_VERIFY_SSLtrue Set false to skip TLS verification (self-signed dev certs).
configAIRFLOW_TOKEN_ENDPOINT/auth/token Path used to exchange credentials for a JWT.
🔐 secretAIRFLOW_TOKENExplicit bearer token; skips username/password entirely.
configAIRFLOW_USERNAMEe =admin \
🔐 secretAIRFLOW_PASSWORDe =admin \
configAIRFLOW_AUTH_MODEauto auto, jwt, or basic (see below).
// 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 4 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/brianlondon-airflow-dev-mcp-1f9z70)](https://m8ven.ai/mcp/brianlondon-airflow-dev-mcp-1f9z70)
commit: f2b86a483b8dad6451206e246c1721636c9a4a0f
code hash: dc18071ef8ffc0a4c3d89065eee88bd655a4921d3e704a46eaa334a278bc6225
verified: 7/15/2026, 8:41:54 AM
view raw JSON →