# fly.toml app configuration file generated for convex-dashboard on 2025-02-12T15:24:01-08:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'convex-dashboard'
primary_region = 'iad'
[build]
# Change this to :${REV} if you want to pin to a specific version
image = 'ghcr.io/get-convex/convex-dashboard:latest'
[[services]]
protocol = 'tcp'
internal_port = 6791
[[services.ports]]
port = 80
handlers = ['http']
force_https = true
[[services.ports]]
port = 443
handlers = ['tls', 'http']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
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/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server