output "repository_url" {
description = "The URL of the ECR repository"
value = aws_ecr_repository.repository.repository_url
}
output "repository_name" {
description = "The name of the ECR repository"
value = aws_ecr_repository.repository.name
}
output "repository_arn" {
description = "The ARN of the ECR repository"
value = aws_ecr_repository.repository.arn
}
output "registry_id" {
description = "The registry ID where the repository was created"
value = aws_ecr_repository.repository.registry_id
}
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/georgi-io/jessica'
If you have feedback or need assistance with the MCP directory API, please join our Discord server