Content
# 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
The azure web app 1 (Slack event listener) communicates with the azure web app 2 (Alpaca MCP server) over HTTP
refer this : https://github.com/alpacahq/alpaca-mcp-server
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Agent-Reach
Give your AI agent eyes to see the entire internet. Read & search Twitter,...