GitDeployHub

davidkarlsen/happy-platform-mcp

github.com/davidkarlsen/happy-platform-mcp ↗
Node.js API
10 environment variables found in .env.example

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

  • SERVICENOW_INSTANCE_URL ServiceNow Configuration
  • SERVICENOW_USERNAME
  • SERVICENOW_PASSWORD secret
  • SERVICENOW_AUTH_TYPE
  • PORT Server Configuration
  • DEBUG
  • HAPPY_DOCS_ENABLE_LOCAL_INDEX Optional ServiceNowDocs local search Live GitHub docs discovery/get work without local indexing.
  • HAPPY_DOCS_CACHE_DIR
  • HAPPY_DOCS_ENABLE_VECTOR
  • HAPPY_DOCS_EMBEDDING_PROVIDER
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/davidkarlsen/happy-platform-mcp
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/davidkarlsen/happy-platform-mcp
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/davidkarlsen/happy-platform-mcp
Or deploy to a different host
← Try another repo