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
# fly.toml app configuration file generated for convex-backend on 2025-02-12T15:17:28-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'convex-backend'
primary_region = 'iad'
[build]
# Change this to :${REV} if you want to pin to a specific version
image = 'ghcr.io/get-convex/convex-backend:latest'
[env]
TMPDIR = '/convex/data/tmp'
[[mounts]]
source = 'convex_data'
destination = '/convex/data'
[http_service]
internal_port = 3210
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[http_service.checks]]
interval = '5s'
timeout = '30s'
grace_period = '5s'
method = 'GET'
path = '/version'
protocol = 'http'
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 4