Creating your first deployment

1

Create your account

  1. Go to app.alpic.ai.
  2. Click on Sign in with GitHub.
  3. Authorize Alpic AI to access your GitHub account.
2

Create your first team and connect your GitHub organization

  1. Fill in your first team name and click on Create team.
  2. Click on New Project.
  3. You’ll be asked to add the Alpic AI app to your GitHub organization. This connection enables seamless sync between deployments and your git workflow.
  4. Click on Add Github Account.
  5. Select the organization and repositories you want Alpic to access.
  6. Click on Install.
You can link several organizations to your Alpic account.
3

Import your MCP server repository

  1. Choose the organization and repository containing your MCP server.
  2. If you don’t have one yet, you can clone our MCP server template repository:
  1. Click Import.
Check our compatibility page for the complete list of languages and frameworks we support.
4

Configure your project settings

  1. Choose which branch to sync with your main production environment. Alpic deploys a new version of your MCP server each time you push changes to this branch.
  2. Specify the environment variables your MCP server needs. You can edit these later in your project settings.
  3. Confirm the build commands used to build your MCP server. We automatically detect your MCP framework and build commands from your repository metadata, but you can customize them if needed:
  1. Click Deploy and you’re done! 🚀

Your MCP server is deployed! What’s next?

Now that your MCP server is deployed, you can start using and testing it in your favorite MCP client. To learn more about how to test and distribute your MCP server, check out our guides: Also take a look at our additional features, like Authentication, Analytics, Custom Domains, and more.