Distill
by davidlbatey
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| INTERESTS | No | Comma-separated list of interests for podcast content (e.g., 'entrepreneurship, cybersecurity, AI, startups'). | |
| OUTPUT_DIR | No | Directory to save generated MP3 files (default is '~/Downloads'). | |
| SHOW_STYLE | No | The style of the podcast (e.g., 'The Briefing', 'The Debate', 'The Deep Dive', 'The Watercooler'). | |
| TTS_PROVIDER | No | The text-to-speech provider to use (e.g., 'openai', 'elevenlabs', 'inworld', 'system'). | |
| OPENAI_API_KEY | No | API key for OpenAI TTS provider; required if TTS_PROVIDER is 'openai'. | |
| INWORLD_API_KEY | No | API key for Inworld TTS provider; required if TTS_PROVIDER is 'inworld'. | |
| ELEVENLABS_API_KEY | No | API key for ElevenLabs TTS provider; required if TTS_PROVIDER is 'elevenlabs'. | |
| DISTILL_PROJECT_ROOT | No | The root directory for storing queue and transcripts; if not set, uses the current working directory where Claude Code launched. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/davidlbatey/distill_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server