Skip to main content

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.

The Scout page is your one-stop shop for adding MCP servers. It features the Native Fleet of curated one-click servers and a search bar for the broader MCP Registry.

Native Fleet

The Native Fleet is a curated grid of pre-configured MCP servers that ship with Harbor. Each server has built-in authentication and sensible defaults — just click to dock.

Server Types

TypeHow it works
OAuth (e.g., Slack, Atlassian, Linear)Click Charter to open your browser and authorize. Harbor stores tokens securely in the vault.
API Key (e.g., GitHub, Brave Search)Click Add Key, paste your API key, and click Save & Dock. The key is stored in your OS keychain.
No auth (e.g., Filesystem, Playwright)Click Dock and you’re done. Some servers accept extra arguments (e.g., allowed directories).

Available Native Servers

ServerAuthDescription
GitHubAPI Key (PAT)GitHub API — repos, issues, PRs, code search
AtlassianOAuthJira, Confluence & Compass
SlackOAuthChannels, messages, users
LinearOAuthIssues, projects, cycles
NotionOAuthPages, databases, docs
SentryOAuthErrors, issues, performance
FigmaOAuthDesign inspection, Dev Mode
StripeOAuthPayments, customers, subscriptions
VercelOAuthDeployments, projects, domains
SupabaseOAuthDatabase, auth, storage
CloudflareOAuthWorkers, D1, R2, KV
NeonOAuthServerless Postgres
FilesystemNoneLocal file read/write (pass allowed directories)
PlaywrightNoneBrowser automation
Google WorkspaceOAuthDrive, Gmail, Calendar, Sheets, Docs
Brave SearchAPI KeyWeb and local search
Use the search bar to find community servers from the MCP Registry. Results show:
  • Server name and description
  • Runtime (npx, uvx, etc.)
  • Badges for official or certified servers

Installing from the Registry

  1. Search for the server you want
  2. Click Dock Ship
  3. Configure any required environment variables (e.g., API keys)
  4. The server is automatically docked into your fleet and synced to linked hosts
For servers that need API keys, you can store them in the secret vault and reference them as vault:SECRET_NAME in the environment variables.

OAuth Servers

Some servers require OAuth authentication. Harbor handles the full flow for you:
  1. Click Charter on the server
  2. Your browser opens to the provider’s authorization page
  3. Authorize Harbor and the browser redirects back
  4. Tokens are stored securely in the vault and the server is docked
See the OAuth guide for more details.