Skip to main content
Glama
variables.tf590 B
variable "aws_region" { description = "AWS region" type = string default = "us-east-1" } variable "app_name" { description = "Application name" type = string default = "garmin-mcp" } variable "common_tags" { description = "Common tags for all resources" type = map(string) default = { Project = "garmin-mcp" Environment = "production" ManagedBy = "terraform" } } variable "cloudflare_tunnel_token" { description = "Cloudflare Tunnel token for secure outbound-only access" type = string sensitive = true }

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/zjromani/garmin-mcp'

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