Skip to main content

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

Connect your GitHub organization

  1. Click on New Project.
  2. 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.
  3. Click on Add Github Account.
  4. Select the organization and repositories you want Alpic to access.
  5. 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. Click Import.
If you don’t have an existing MCP server repository yet, you can get started with one of our templates: - Typescript template. - Python template. - ChatGPT App template.
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:
  • Build command: Command to build your MCP server.
  • Output directory: Directory where the built files are located.
  • Install command: Dependencies installation command.
  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:

Host your ChatGPT App on Alpic

Learn how to host your ChatGPT App on Alpic.

Test your MCP server

Test and debug your MCP server with the MCP inspector and connect it different MCP clients.

Distribute your MCP server

Learn how to distribute your MCP server to your users.

Understand Alpic Public Endpoints

Learn about the Alpic internal endpoints and URLs exposed by your server.
Also take a look at our additional features, like Authentication, Analytics, Custom Domains, and more.

Monitor usage with MCP Analytics

Track how your MCP servers are performing and get insights on your users.

Secure your MCP server with Authentication

Enable secure authentication with Dynamic Client Registration.

Create new deployment environments

Set up staging and development environments to preview and test new versions of your server.

Activate custom domains

Use your own domain to access your MCP servers.

Publish to MCP Registry

Make your server discoverable in the official MCP ecosystem.

Alpic API

Use Alpic’s REST API to programmatically manage your MCP servers, teams, and projects.

Manage your teams and projects

Collaborate with your team and create new MCP server projects.