Skip to main content

Settings Components

Settings are configuration presets that customize Claude Code’s behavior, integrations, and workflow. They configure everything from model selection to status line displays.

Browse All Settings

Explore 60+ settings at aitmpl.com

Installation

Setting Categories

MCP Settings

Configure Model Context Protocol servers:

Enable All Project Servers

Enable all MCP servers defined in the project

Enable Specific Servers

Enable only selected MCP servers

Disable Risky Servers

Disable MCP servers with dangerous capabilities

MCP Timeouts

Configure timeout settings for MCP servers

Settings Configuration

Settings are stored in .claude/settings/ and .claude/config/:

Statusline with Python

Custom statuslines can use Python scripts:

Setting Priorities

Settings are applied in order:
  1. Global settings: System-wide defaults
  2. Project settings: Project-specific configs
  3. User settings: User overrides
  4. Runtime settings: Temporary overrides

Example Usage

Combining Settings

Install multiple related settings:

Temporary Settings

Some settings can be overridden temporarily:

Next Steps