MCP-Airflow-API
by fastmcp-me
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_PORT | No | Port for streamable-http mode | 8000 |
| FASTMCP_TYPE | No | Transport mode: stdio or streamable-http | stdio |
| MCP_LOG_LEVEL | No | Log level (DEBUG, INFO, WARNING, ERROR, CRITICAL) | INFO |
| REMOTE_SECRET_KEY | No | Secret key for Bearer token authentication | |
| REMOTE_AUTH_ENABLE | No | Enable Bearer token authentication for streamable-http mode (true/false, 1/0, yes/no, on/off) | false |
| AIRFLOW_API_VERSION | Yes | Dynamic API version selection: v1 for Airflow 2.x, v2 for Airflow 3.0+ | v1 |
| AIRFLOW_API_BASE_URL | Yes | Base URL of the Airflow REST API (e.g., http://localhost:8080/api) | |
| AIRFLOW_API_PASSWORD | Yes | Password for Airflow API authentication | |
| AIRFLOW_API_USERNAME | Yes | Username for Airflow API authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fastmcp-me/mcp-airflow-api'
If you have feedback or need assistance with the MCP directory API, please join our Discord server