HarborHarbor
DocumentationGuidesPlugins

Hosted MCP Server

Connect MCP clients to Harbor Cloud.

The hosted MCP server is https://mcp.tryharbor.ai/mcp. It lets agents discover with inspect and execute through Harbor without loading every workspace tool schema into the model upfront.

Hosted MCP Server

Harbor exposes a small agent-facing surface: inspect first, execute second.

StepPurpose
InspectAuth status, workspace state, source readiness, tool search, schemas, jobs, apps, runs.
ExecHosted TypeScript execution for plugin calls, transforms, fan-out, and runtime primitives.

Generic MCP client target:

https://mcp.tryharbor.ai/mcp

For local clients that launch a subprocess, use the published CLI entrypoint:

hrbr serve mcp

On this page