Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOUND_MCP_DEFAULTNoSound played when play_sound/notify is called with no name.warning
SOUND_MCP_SOUNDS_DIRNoDirectory scanned for user sound files.~/.config/sound-mcp/sounds

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_soundsA

List every sound name the user can pick from, plus the current default.

play_soundA

Play a notification sound.

name can be a registered sound (see list_sounds) or an absolute path to an audio file. If omitted, plays the configured default.

notifyA

Show a desktop notification AND play a sound.

urgency: low | normal | critical (critical toasts are sticky on most desktops). expire_ms: notification timeout in ms; 0 = desktop default.

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/giuliocapecchi/sound-mcp'

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