GitDeployHub

f/komunite-mcp-bootcamp-weather-mcp

github.com/f/komunite-mcp-bootcamp-weather-mcp ↗
Node.js API
6 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET secret
  • GITHUB_REDIRECT_URI
  • PORT Server Configuration
  • OPENAI_API_KEY secret OpenAI Configuration (for the client example)
  • OPENWEATHER_API_KEY secret OpenWeather Configuration
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/f/komunite-mcp-bootcamp-weather-mcp
Or deploy to a different host
← Try another repo