Skip to main content
Glama

ElevenLabs Text-to-Speech MCP

by georgi-io
variables.tf827 B
variable "role_name" { description = "Name of the IAM role for GitHub Actions deployment" type = string default = "github-actions-deployment-role" } variable "ecr_repository_arns" { description = "List of ECR repository ARNs the role will have access to" type = list(string) } variable "github_oidc_provider_arn" { description = "ARN of the GitHub OIDC provider" type = string default = "" } variable "github_org" { description = "GitHub organization name" type = string default = "georgi-io" } variable "github_repo" { description = "GitHub repository name" type = string default = "jessica" } variable "allowed_branches" { description = "List of branches allowed to assume the role" type = list(string) default = ["main"] }

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