Voice Recorder MCP Server
by DefiBax
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SAMPLE_RATE | No | Audio sample rate in Hz | 16000 |
MAX_DURATION | No | Maximum recording duration in seconds | 120 |
WHISPER_MODEL | No | The Whisper model to use for transcription | base.en |
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 |
---|---|
No tools |