m4x
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| M4X_MODEL | No | Path to the ggml model. Default: ~/whisper-models/ggml-large-v3-turbo.bin | |
| M4X_WHISPER_BIN | No | Path to the whisper.cpp binary. Default: whisper-cli on PATH, else /opt/homebrew/bin/whisper-cli |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| transcribe_startA | Start a transcription job and return a job_id immediately. Args: file_path: Absolute path to an audio file (mp3, wav, m4a, …). language: Language code ('en', 'de', 'auto'). Default 'auto'. Returns: A job_id string. Pass it to transcribe_result to poll for the transcript. |
| transcribe_resultA | Get the result of a transcription job started with transcribe_start. Returns "running" if still in progress, the transcript text if done, or a diagnostic message if it failed. |
| transcribe_list_jobsA | List all known transcription jobs and their statuses. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |