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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/closeofbusiness/m4x'
If you have feedback or need assistance with the MCP directory API, please join our Discord server