io.github.abhishekbhakat/airflow-mcp-server✓
io.github.abhishekbhakat/airflow-mcp-server · v0.9.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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"
},
"packageArguments": [
{
"description": "Use only read-only tools for safe operations",
"type": "named",
"name": "--safe"
},
{
"description": "Use static tools instead of hierarchical discovery",
"type": "named",
"name": "--static-tools"
}
],
"environmentVariables": [
{
"description": "The base URL for the Airflow API (e.g., http://localhost:8080)",
"isRequired": true,
"format": "string",
"name": "AIRFLOW_BASE_URL"
},
{
"description": "The JWT authentication token for Airflow API access",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AUTH_TOKEN"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "airflow-mcp-server",
"version": "0.8.2",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000"
},
"packageArguments": [
{
"description": "Use HTTP (Streamable HTTP) transport",
"type": "named",
"name": "--http"
},
{
"description": "Port to run HTTP server on",
"value": "3000",
"type": "named",
"name": "--port"
},
{
"description": "Host to bind HTTP server to",
"value": "localhost",
"type": "named",
"name": "--host"
},
{
"description": "Use only read-only tools for safe operations",
"type": "named",
"name": "--safe"
},
{
"description": "Use static tools instead of hierarchical discovery",
"type": "named",
"name": "--static-tools"
}
],
"environmentVariables": [
{
"description": "The base URL for the Airflow API (e.g., http://localhost:8080)",
"isRequired": true,
"format": "string",
"name": "AIRFLOW_BASE_URL"
},
{
"description": "The JWT authentication token for Airflow API access",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AUTH_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}