Skip to main content
Airstore is configured via a YAML config file, typically config.local.yaml.

Location

Full schema

Sections

mode

Operating mode for Airstore.

debugMode

Enable verbose debug logging.

prettyLogs

Pretty-print log output (useful for development).

gateway

Gateway server configuration.

tools.mcp

MCP server configurations. Each key becomes a tool name.

Example configurations

Minimal config

Full development config

Custom MCP server

Environment variables

Environment variables in the config file can be referenced using ${VAR_NAME} syntax:
Set the environment variable before mounting:

See also: CLI reference | Tools