Skip to main content
Glama

MCP SysOperator

by tarnover
aws.yml1.26 kB
--- # AWS-specific variables # AWS CLI command aws_cli_command: "aws" # AWS credentials aws_profile: "default" # AWS region (override from all.yml if needed) aws_region: "us-east-1" # EC2 configuration ec2_instance_type: "t4g.small" ec2_ami_owner: "amazon" ec2_ami_name: "al2023-ami-*-arm64" # RDS configuration db_instance_class: "db.t4g.small" db_multi_az: true # Route 53 configuration route53_create_zone: false # Set to true if you need to create the zone route53_zone_id: "{{ lookup('env', 'ROUTE53_ZONE_ID') }}" # ACM configuration acm_create_certificate: true acm_validate_certificate: true # CloudWatch configuration cloudwatch_create_alarms: true cloudwatch_alarm_email: "admin@testerlab.com" # Backup configuration backup_enabled: true backup_retention_days: 7 # Cost optimization use_spot_instances: false # Set to true to use spot instances for non-critical workloads reserved_instances: false # Set to true if you have reserved instances # Security configuration security_enable_waf: true security_enable_shield: false # AWS Shield Advanced is expensive, disabled by default # Tagging strategy aws_tags: Project: "LAMP Stack" Environment: "{{ environment }}" ManagedBy: "Ansible" Owner: "DevOps Team" CostCenter: "IT-123"

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/tarnover/mcp-sysoperator'

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