Skip to main content
Glama

Hello MCP Server

by mfang0126
task-definition.jsonโ€ข937 B
{ "family": "hello-mcp-task", "networkMode": "awsvpc", "requiresCompatibilities": ["FARGATE"], "cpu": "256", "memory": "512", "containerDefinitions": [ { "name": "hello-mcp-container", "image": "670326884047.dkr.ecr.ap-southeast-2.amazonaws.com/hello-mcp-fargate:latest", "portMappings": [ { "containerPort": 3000, "protocol": "tcp" } ], "environment": [ { "name": "PORT", "value": "3000" }, { "name": "BEARER_TOKEN", "value": "mcp-secret-token-12345" } ], "logConfiguration": { "logDriver": "awslogs", "options": { "awslogs-group": "/ecs/hello-mcp", "awslogs-region": "ap-southeast-2", "awslogs-stream-prefix": "mcp" } } } ], "executionRoleArn": "arn:aws:iam::670326884047:role/ecsTaskExecutionRole" }

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/mfang0126/ts-mcp-fargate-ecs-starter'

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