Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
M4X_MODELNoPath to the ggml model. Default: ~/whisper-models/ggml-large-v3-turbo.bin
M4X_WHISPER_BINNoPath to the whisper.cpp binary. Default: whisper-cli on PATH, else /opt/homebrew/bin/whisper-cli

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/closeofbusiness/m4x'

If you have feedback or need assistance with the MCP directory API, please join our Discord server