GitDeployHub

alloysecuregroup/canaryconsolemcp

github.com/alloysecuregroup/canaryconsolemcp ↗
Unknown stack
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.

  • CANARY_DOMAIN Required: the subdomain/hash before .canary.tools Example console URL: https://abc123.canary.tools
  • CANARY_AUTH_TOKEN secret Required: your Thinkst Canary global API auth token
  • CANARY_FLOCK_TOKEN secret Optional: flock-scoped API key. If set, takes priority over CANARY_AUTH_TOKEN for all Canary API calls in the web UI.
  • ANTHROPIC_API_KEY secret Required for canary-ui/server.py (the Flask web UI)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/alloysecuregroup/canaryconsolemcp
Or deploy to a different host
← Try another repo