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

# Ship

> Deploy and version your app

A deployed MCP App is a server on a public URL where hosts connect to `/mcp` and the built [views](/build/view) are served alongside it. Take it there on any [Node.js](https://nodejs.org/)-compatible platform, then run more than one version of it on the same domain.

<Columns cols={2}>
  <Card title="Deploy" icon="cloud-upload" href="/ship/deploy">
    Deploy your app to a stable, public URL
  </Card>

  <Card title="Versioning" icon="layers" href="/ship/versioning">
    Run several versions of one app on the same domain
  </Card>
</Columns>
