Configuration commands let you view and modify Jazz’s global and project-specific settings.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/lvndry/jazz/llms.txt
Use this file to discover all available pages before exploring further.
jazz config show
Display all configuration values.- Global settings from
~/.jazz/jazz.config.json - Project settings from
./jazz.config.json - Environment variable overrides
jazz config get
Retrieve a specific configuration value.Configuration key in dot notation (e.g.,
llm.defaultProvider)Examples
jazz config set
Set a configuration value.Configuration key in dot notation
Value to set (if omitted, opens an interactive editor)
Examples
Boolean values can be set as
true/false, numbers as plain digits, and strings as plain text.Configuration structure
Jazz configuration is organized into these sections:LLM providers
MCP servers
Logging
Storage
Configuration file locations
Jazz merges configuration from multiple locations (in order of precedence):-
Environment variables (highest priority)
OPENAI_API_KEY,ANTHROPIC_API_KEY, etc.JAZZ_CONFIG_PATH- Override config file location
-
Project configuration
./jazz.config.jsonin current directory- Overrides global settings for this project
-
Global configuration (lowest priority)
~/.jazz/jazz.config.json- Default settings for all Jazz usage
Configuration wizard
For first-time setup, Jazz provides an interactive configuration wizard:- Detect which LLM providers you have API keys for
- Help you configure your preferred provider
- Test the connection
- Save the configuration
Examples
View all configuration
Get OpenAI model
Set Anthropic API key
Check verbose logging
Tips
Next steps
Configuration guide
Learn about advanced configuration options
LLM providers
Configure different LLM providers