Skip to main content
Glama

FastMCP Boilerplate

by rainer85ah
prod.tfvars483 B
aws_region = "us-east-1" environment = "prod" ghcr_user = "rainer85ah" image_tag = "latest" vpc_name = "mcp-prod-vpc" vpc_cidr = "10.40.0.0/16" public_subnet_cidrs = ["10.40.1.0/24", "10.40.2.0/24"] private_subnet_cidrs = ["10.40.3.0/24", "10.40.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-prod"

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