We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
disabling_logging.md•592 B
## Redacting logs to client
The cloud-hosted product automatically redacts logs to prevent any leaking of
PII. If you would like to also redact log information in your self-hosted
deployment, set the `REDACT_LOGS_TO_CLIENT` environment variable to `true`.
## Disabling self-hosted beacon
Self-hosted builds contain a beacon to help Convex understand usage of the
product. The information collected is anonymous and minimal, containing a random
identifier plus the version of the backend in use. You may opt out of the beacon
by setting the environment variable `DISABLE_BEACON` to `true`.