Skip to main content
Glama
astronomer

astro-airflow-mcp

Official
by astronomer

get_airflow_config

Retrieve Apache Airflow configuration settings including executor type, database connections, scheduler intervals, and logging parameters to inspect system setup and troubleshoot deployment issues.

Instructions

Get Airflow instance configuration and settings.

Use this tool when the user asks about:

  • "What's the Airflow configuration?" or "Show me Airflow settings"

  • "What's the executor type?" or "How is Airflow configured?"

  • "What's the parallelism setting?"

  • Database connection, logging, or scheduler settings

  • Finding specific configuration values

Returns all Airflow configuration organized by sections:

  • [core]: Basic Airflow settings (executor, dags_folder, parallelism)

  • [database]: Database connection and settings

  • [webserver]: Web UI configuration (port, workers, auth)

  • [scheduler]: Scheduler behavior and intervals

  • [logging]: Log locations and formatting

  • [api]: REST API configuration

  • [operators]: Default operator settings

  • And many more sections...

Each setting includes:

  • key: Configuration parameter name

  • value: Current value

  • source: Where the value came from (default, env var, config file)

Returns: JSON with complete Airflow configuration organized by sections

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

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/astronomer/astro-airflow-mcp'

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