Skip to main content
Glama

airflow-mcp-server

server.json2.98 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "io.github.abhishekbhakat/airflow-mcp-server", "description": "An MCP server for Apache Airflow ", "repository": { "url": "https://github.com/abhishekbhakat/airflow-mcp-server", "source": "github" }, "version": "0.9.0", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "airflow-mcp-server", "version": "0.9.0", "transport": { "type": "stdio" }, "environmentVariables": [ { "description": "The base URL for the Airflow API (e.g., http://localhost:8080)", "isRequired": true, "format": "string", "isSecret": false, "name": "AIRFLOW_BASE_URL" }, { "description": "The JWT authentication token for Airflow API access", "isRequired": true, "format": "string", "isSecret": true, "name": "AUTH_TOKEN" } ], "packageArguments": [ { "type": "named", "name": "--safe", "description": "Use only read-only tools for safe operations" }, { "type": "named", "name": "--static-tools", "description": "Use static tools instead of hierarchical discovery" } ] }, { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "airflow-mcp-server", "version": "0.8.2", "transport": { "type": "streamable-http", "url": "http://localhost:3000" }, "environmentVariables": [ { "description": "The base URL for the Airflow API (e.g., http://localhost:8080)", "isRequired": true, "format": "string", "isSecret": false, "name": "AIRFLOW_BASE_URL" }, { "description": "The JWT authentication token for Airflow API access", "isRequired": true, "format": "string", "isSecret": true, "name": "AUTH_TOKEN" } ], "packageArguments": [ { "type": "named", "name": "--http", "description": "Use HTTP (Streamable HTTP) transport" }, { "type": "named", "name": "--port", "value": "3000", "description": "Port to run HTTP server on" }, { "type": "named", "name": "--host", "value": "localhost", "description": "Host to bind HTTP server to" }, { "type": "named", "name": "--safe", "description": "Use only read-only tools for safe operations" }, { "type": "named", "name": "--static-tools", "description": "Use static tools instead of hierarchical discovery" } ] } ] }

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/abhishekbhakat/airflow-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server