---
title: settings
sidebarTitle: settings
---
# `fastmcp.settings`
## Classes
### `DocketSettings`
Docket worker configuration.
### `Settings`
FastMCP settings.
**Methods:**
#### `get_setting`
```python
get_setting(self, attr: str) -> Any
```
Get a setting. If the setting contains one or more `__`, it will be
treated as a nested setting.
#### `set_setting`
```python
set_setting(self, attr: str, value: Any) -> None
```
Set a setting. If the setting contains one or more `__`, it will be
treated as a nested setting.
#### `normalize_log_level`
```python
normalize_log_level(cls, v)
```