audio-transcriber
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind host for HTTP transports | 0.0.0.0 |
| PORT | No | Bind port for HTTP transports | 8000 |
| DEBUG | No | Verbose logging | False |
| MCP_URL | No | URL of the MCP server the agent connects to (agent only) | http://localhost:8000/mcp |
| MISCTOOL | No | Toggle the miscellaneous/health-check tool | True |
| MODEL_ID | No | Model ID for the agent (agent only) | gpt-4o |
| PROVIDER | No | LLM provider for the agent (agent only) | openai |
| TRANSPORT | No | Transport mode: stdio, streamable-http, or sse | stdio |
| ENABLE_OTEL | No | Enable OpenTelemetry export | True |
| EUNOMIA_TYPE | No | Authorization mode: none, embedded, remote | none |
| ENABLE_WEB_UI | No | Serve the AG-UI web interface (agent only) | True |
| MCP_TOOL_MODE | No | Tool surface: condensed, verbose, or both | condensed |
| WHISPER_MODEL | No | Local OpenAI Whisper model for local transcription (e.g., base, tiny, small) | base |
| MCP_ENABLED_TAGS | No | Comma-separated tag allow-list | |
| PYTHONUNBUFFERED | No | Unbuffered stdout | 1 |
| MCP_DISABLED_TAGS | No | Comma-separated tag deny-list | |
| MCP_ENABLED_TOOLS | No | Comma-separated tool allow-list | |
| EUNOMIA_REMOTE_URL | No | Remote Eunomia server URL | |
| MCP_DISABLED_TOOLS | No | Comma-separated tool deny-list | |
| OPENROUTER_API_KEY | Yes | OpenRouter API key for LLM provider | |
| EUNOMIA_POLICY_FILE | No | Embedded policy file | mcp_policies.json |
| AUDIO_PROCESSINGTOOL | No | Toggle the audio-processing (transcription) tool | True |
| AUDIO_TRANSCRIPTOR_API_KEY | Yes | API key for the audio transcription backend | |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OTLP collector endpoint | |
| OTEL_EXPORTER_OTLP_PROTOCOL | No | OTLP protocol (e.g., http/protobuf) | |
| OTEL_EXPORTER_OTLP_PUBLIC_KEY | No | OTLP auth public key | |
| OTEL_EXPORTER_OTLP_SECRET_KEY | No | OTLP auth secret key | |
| LANGSMITH_DEFAULT_SYSTEM_PROMPT | No | Default system prompt for LangSmith tracing |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Knuckles-Team/audio-transcriber'
If you have feedback or need assistance with the MCP directory API, please join our Discord server