Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHost for HTTP mode0.0.0.0
MCP_PORTNoPort for HTTP mode8000
MCP_TRANSPORTNoTransport type: stdio or streamable-httpstreamable-http

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribeA

Transcribe a base64-encoded audio file using Whisper.

Args: audio_b64: Base64-encoded audio file content model: Whisper model to use: tiny, base, small, medium, large (default: base) suffix: File extension hint for the audio format, e.g. .mp3, .wav, .m4a (default: .mp3)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
list_modelsList all available Whisper models with size and speed info.
list_languagesList all languages supported by Whisper.
healthServer status and currently loaded models.

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/rhuanca/mini_whisper_mcp'

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