Skip to main content
Glama

ElevenLabs Text-to-Speech MCP

by georgi-io
variables.tf626 B
variable "aws_region" { description = "The AWS region to deploy to" type = string default = "eu-central-1" } variable "aws_profile" { description = "The AWS profile to use for authentication" type = string default = "georgi-io" } variable "environment" { description = "The deployment environment (e.g., dev, prod)" type = string default = "dev" } # Variables for SSM parameters variable "eleven_labs_api_key" { description = "Eleven Labs API Key for voice synthesis (used in SSM SecureString parameter)" type = string sensitive = true default = "" }

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