Creating your first deployment
1
Create your account
- Go to app.alpic.ai.
- Click on Sign in with GitHub.
- Authorize Alpic AI to access your GitHub account.
2
Create your first team and connect your GitHub organization
- Fill in your first team name and click on Create team.
- Click on New Project.
- 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.
- Click on Add Github Account.
- Select the organization and repositories you want Alpic to access.
- Click on Install.
3
Import your MCP server repository
- Choose the organization and repository containing your MCP server.
- Click Import.
If you don’t have an existing MCP server repository yet, you can get started with one of our templates:
4
Configure your project settings
- 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.
- Specify the environment variables your MCP server needs. You can edit these later in your project settings.
- 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 commands config
Build commands config
- Build command: Command to build your MCP server.
- Output directory: Directory where the built files are located.
- Install command: Dependencies installation command.
- 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.
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.