pranavb1211/alpacaCloudMcpServer
If you are the rightful owner of alpacaCloudMcpServer and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
AlpacaCloudMcpServer is a model context protocol server designed to facilitate seamless integration and management of machine learning models in cloud environments.
alpacaCloudMcpServer
steps to run this on cloud :
Create an app service Make sure to copy the keys for .env file from "C:\mcpCnfig\mcpServerList.json" In the azure app service : Add the environemnt variables most importantly add PORT 8000
The most important is the startup command pip install -r requirements.txt && python -m src.alpaca_mcp_server.server --transport http --host 0.0.0.0 --port ${PORT}
And then also remmber when yo uupload the zip file Everything should be inside the root of the zip
we are serving this over http because it is deployed on cloud
refer this : https://github.com/alpacahq/alpaca-mcp-server