Skip to main content
Glama

Fonoster MCP Server

Official
by fonoster
MIT License
118
7,325
  • Apple
  • Linux
.env.example2.14 kB
## ----------------------------------------------- ## Fonoster, Inc. (https://app.fonoster.com) ## ----------------------------------------------- # Current environment - (development, production) # This is used to determine the environment in which the application is running. NODE_ENV=development # Indicates whether the application is running in Cloud or Community # Used to enable or disable specific features based on the deployment type. # # Example: "cloud" or "community" DASHBOARD_EDITION=community ## ----------------------------------------------- ## API ## ----------------------------------------------- # API URL – used to connect to the Fonoster API. # For development, set this to your Envoy endpoint using the HTTP protocol # and enable DASHBOARD_ALLOW_INSECURE. # # Example: http://10.0.0.10:8449 DASHBOARD_API_URL=https://api.fonoster.com # Insecure API Connection – set to true when connecting to an API without SSL DASHBOARD_ALLOW_INSECURE=false ## ----------------------------------------------- ## Authentication - GitHub OAuth ## ----------------------------------------------- # GitHub OAuth - this is used to enable GitHub authentication DASHBOARD_AUTH_GITHUB_ENABLED=true # The GitHub OAuth client ID - this is used to identify the application to GitHub DASHBOARD_AUTH_GITHUB_CLIENT_ID= # The GitHub OAuth URL - this is used to redirect the user to GitHub for authentication DASHBOARD_AUTH_GITHUB_URL=https://github.com/login/oauth/authorize # The GitHub OAuth callback URL - this is used to redirect the user back to the application after authentication DASHBOARD_AUTH_GITHUB_CALLBACK_URL=https://app.fonoster.com/oauth/github/callback ## ----------------------------------------------- ## Authentication - Session ## ----------------------------------------------- # The session secret - this is used to sign the session ID cookie SERVER_DASHBOARD_SESSION_SECRET=9c9e47da019d109bf40e110004c54dab9fa05c411951d7f18a39baa2cc9f6996 # The reset password URL - this is used to redirect the user to the reset password page DASHBOARD_RESET_PASSWORD_URL=https://app.fonoster.com/auth/reset-password

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/fonoster/fonoster'

If you have feedback or need assistance with the MCP directory API, please join our Discord server