We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcp-tool-shop-org/mcp-file-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# See https://fly.io/docs/reference/configuration/
app = "mcp-file-forge"
primary_region = "iad"
[build]
[env]
PORT = "8080"
MCP_FILE_FORGE_ALLOWED_PATHS = "/workspace"
MCP_FILE_FORGE_READ_ONLY = "false"
NODE_ENV = "production"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
path = "/health"
timeout = "5s"
[[vm]]
memory = "256mb"
cpu_kind = "shared"
cpus = 1