Skip to main content
Glama

FastMCP Boilerplate

by rainer85ah
outputs.tf699 B
output "vpc_id" { description = "The ID of the VPC" value = aws_vpc.main.id } output "public_subnets" { description = "The IDs of the public subnets" value = aws_subnet.public[*].id } output "private_subnets" { description = "The IDs of the private subnets" value = aws_subnet.private[*].id } output "ecs_cluster_name" { description = "The name of the ECS cluster" value = aws_ecs_cluster.main.name } output "ecs_service_name" { description = "The name of the ECS service" value = aws_ecs_service.main.name } output "task_definition_arn" { description = "The ARN of the ECS task definition" value = aws_ecs_task_definition.main.arn }

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