We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JunHyungKang/t1d-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
fly.toml•576 B
# fly.toml app configuration file generated for t1d-mcp
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
# Note: App name will be set when you run 'fly launch'
app = "t1d-mcp-placeholder"
primary_region = "nrt" # Tokyo (Best for Korea)
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = false # CRITICAL: Prevent sleep mode for MCP
auto_start_machines = true
min_machines_running = 1
processes = ["app"]
[[vm]]
size = "shared-cpu-1x" # Fits within $5 waiver
memory = "256mb"