Skip to main content
You can deploy your Skybridge App as a Node.js server on any compatible infrastructure provider. Below are some easy options closely integrated with Skybridge.

Alpic Cloud platform

Instant deploy to Alpic

Alpic is a developer-friendly cloud platform for deploying and hosting MCP Apps. It is also the company behind Skybridge :) To deploy your App on Alpic you can:
  1. Create a free account on app.alpic.ai
  2. Deploy your App either by:
    • Pushing your App to Github, and connecting it to Alpic for automatic deployment at each commit.
    • Using the Alpic CLI:
npm run deploy
Once your App is deployed, you will be able to access specific MCP analytics, logs, and test your app remotely in the Alpic Playground. Learn more about deploying to Alpic in the Alpic documentation.

Alpic MCP App

Alpic also provides its own MCP App that lets you manage your apps directly from your favorite MCP Client. Connect to the Alpic MCP Server using:
https://mcp.alpic.ai/mcp

What’s Next?