Skip to main content
Glama

FastMCP Boilerplate

by rainer85ah
uat.tfvars477 B
aws_region = "us-east-1" environment = "uat" ghcr_user = "rainer85ah" image_tag = "uat" vpc_name = "mcp-uat-vpc" vpc_cidr = "10.20.0.0/16" public_subnet_cidrs = ["10.20.1.0/24", "10.20.2.0/24"] private_subnet_cidrs = ["10.20.3.0/24", "10.20.4.0/24"] # Replace the IAM role ARNs with actual ones from your AWS account. ecs_execution_role_arn = "arn:aws:iam::123456789012:role/ecsTaskExecutionRole-uat"

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/rainer85ah/mcp-server'

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