Skip to main content
Alpic allows you to create multiple deployment environments for your MCP server. Each environment is linked to a specific branch of your git repository and corresponds to a different version of your MCP server. To create a new environment:
  1. Go to your project overview page.
  2. Click on Environments.
  3. Click on New environment.
  4. Name your new environment.
  5. Select the branch you want to link to this environment.
  6. Add any environment variables you need for this environment.
  7. Click Create.
This will generate a new URL that you can use to access this environment’s MCP server.
Create a new environment

Changing the tracked branch

You can change the branch linked to an environment after creation:
  1. Go to your project overview page.
  2. Click on Environments and select the environment you want to update.
  3. Click the edit icon next to the current branch name.
  4. Select or type the new branch name and click Save.
You’ll be notified of the branch tracking update result and you’ll get a chance to trigger a redeploy with the latest code from the new branch if the update was successful.
You can delete environments at any time by clicking the Delete button in your environment settings.