Skip to main content
Glama
fly.toml456 B
app = "garza-home-mcp" primary_region = "den" [build] dockerfile = "Dockerfile" [env] NODE_ENV = "production" PORT = "8080" [http_service] internal_port = 8080 force_https = true auto_stop_machines = false auto_start_machines = true min_machines_running = 1 [[http_service.checks]] grace_period = "10s" interval = "30s" method = "GET" path = "/health" timeout = "5s" [[vm]] cpu_kind = "shared" cpus = 1 memory_mb = 512

Latest Blog Posts

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/itsablabla/garza-home-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server