> ## 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.

# Desktop App

> A visual interface for managing your MCP server fleet.

Harbor's desktop app is built with [Tauri v2](https://v2.tauri.app/) and gives you a full graphical interface for everything the CLI can do.

<Frame>
  <img src="https://mintcdn.com/harbormcp/07lRSA7OaWZsW7wP/images/screenshot-light.png?fit=max&auto=format&n=07lRSA7OaWZsW7wP&q=85&s=4efbf081f2abea2dfed98a3e768e3544" alt="Harbor Desktop App" width="1914" height="1220" data-path="images/screenshot-light.png" />
</Frame>

## Pages

The app is organized into five main sections, accessible from the sidebar:

<CardGroup cols={2}>
  <Card title="Fleet" icon="ship" href="/desktop/servers">
    Manage your docked MCP servers — add, remove, enable/disable, configure tool filters, and edit arguments.
  </Card>

  <Card title="Ports" icon="plug" href="/desktop/hosts">
    Connect to hosts like Claude Code, Claude Desktop, VS Code, Codex, and Cursor, then sync your fleet.
  </Card>

  <Card title="Scout" icon="magnifying-glass" href="/desktop/marketplace">
    Browse the Native Fleet of one-click servers, or search the MCP Registry for community servers.
  </Card>

  <Card title="Lighthouse" icon="tower-broadcast" href="/desktop/lighthouse">
    Start and monitor the HTTP/SSE gateway, configure network access and authentication.
  </Card>

  <Card title="Helm" icon="gear" href="/desktop/settings">
    Manage secrets, OAuth providers, themes, and updates.
  </Card>
</CardGroup>

## System Requirements

* **macOS**: Apple Silicon or Intel (macOS 11+)
* **Windows**: x86\_64
* **Linux**: x86\_64

## Download

<Card title="Download Harbor" icon="download" href="https://github.com/JoshuaShunk/Harbor/releases/latest">
  Get the latest release from GitHub.
</Card>
