We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saidsurucu/mevzuat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# fly.toml app configuration file generated for mevzuat-mcp
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
app = "mevzuat-mcp"
primary_region = "fra"
[build]
[env]
PORT = "8000"
PYTHONUNBUFFERED = "1"
[http_service]
internal_port = 8000
force_https = true
auto_stop_machines = "off"
auto_start_machines = true
min_machines_running = 1
max_machines_running = 1
processes = ["app"]
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/health"
[processes]
app = "uvicorn app:app --host 0.0.0.0 --port 8000"
[[vm]]
size = "shared-cpu-1x"
memory = "1gb"