> ## Documentation Index
> Fetch the complete documentation index at: https://docs.harbormcp.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Helm (Settings)

> Configure Harbor's vault, OAuth, crew sync, theme, and updates.

The **Helm** page is your control center for Harbor's settings.

## Sections

### Appearance

Switch between **Light**, **Dark**, and **System** themes using the visual toggle.

### Charts (Config)

View the location of your Harbor manifest file (`~/.harbor/config.toml`).

### Dry Dock (Updates)

Check for new versions of Harbor and install updates when available.

### Treasure Chest (Vault)

Manage secrets stored in your OS keychain:

* **Add** a new secret
* **View** existing secret names
* **Delete** secrets you no longer need

See the [vault guide](/guides/vault) for more on how secrets work.

### Papers (OAuth)

Manage OAuth provider configurations for servers that use OAuth authentication. Harbor supports the following providers:

| Provider  | Description                           |
| --------- | ------------------------------------- |
| GitHub    | Repos, issues, PRs (via PAT or OAuth) |
| Google    | Drive, Gmail, Calendar, Workspace     |
| Slack     | Channels, messages, users             |
| Atlassian | Jira, Confluence                      |
| Linear    | Issues, projects, cycles              |
| Notion    | Pages, databases                      |
| Sentry    | Errors, performance                   |
| Figma     | Design inspection                     |
| Stripe    | Payments, customers                   |

Each provider has a gear menu with the following options:

* **Charter** — Start the OAuth flow to authorize
* **Re-charter** — Re-authorize with fresh tokens
* **Revoke** — Clear stored tokens
* **Own Papers** — Set custom OAuth client credentials (client ID/secret) instead of Harbor's defaults

### Crew (Team Sync)

Manage your team's shared fleet of MCP servers without leaving the app:

* **Remote URL** — The git remote your fleet is synced to
* **Sync status** — How many commits you are ahead or behind the remote
* **Pull** — Fetch upstream changes and merge them into your local config

The Crew section appears once you have initialized a fleet with `harbor crew init`. For the full setup flow, see the [team sync guide](/guides/team-sync).

<Note>
  The Lighthouse (gateway) configuration has moved to its own [dedicated page](/desktop/lighthouse).
</Note>
