Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your API key from OpenAI | |
| DEFAULT_TTS_VOICE | No | Set default voice (alloy, echo, fable, onyx, nova, shimmer) | nova |
| AUDIO_PLAYER_COMMAND | No | Command to play audio (e.g., "cvlc", "vlc", "mpv", "ffplay", "afplay", "xdg-open") | cvlc |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| text_to_speech | Converts text into spoken audio using OpenAI TTS (default voice: alloy), saves it to a file, and optionally plays it. |