We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/statespace-tech/toolfront'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# fly.toml app configuration file generated for statespace-docs on 2025-08-14T16:18:02-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'toolfront-docs'
primary_region = 'ord'
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1