GitDeployHub

copilotkit/jamcp

github.com/copilotkit/jamcp ↗
Node.js API
4 environment variables found in .env.example

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

  • SPOTIFY_CLIENT_ID Spotify Developer App credentials Get these from https://developer.spotify.com/dashboard
  • SPOTIFY_CLIENT_SECRET secret
  • SPOTIFY_REDIRECT_URI ── Local dev ────────────────────────────────────────────────────────────────── Spotify allows plain http://localhost for loopback…
  • PORT
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/copilotkit/jamcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/copilotkit/jamcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/copilotkit/jamcp
Or deploy to a different host
← Try another repo