Skip to main content
Glama
ldgnu
by ldgnu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SLSKD_HOSTNoslskd API endpointhttp://127.0.0.1:5030
SLSKD_PASSNoslskd web UI passwordslskd
SLSKD_USERNoslskd web UI usernameslskd
SLSKD_API_KEYNoAPI key (alternative to user/pass)

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
search_musicA
Search for music files on Soulseek.

Args:
    query: Search text (artist, track, album)
    limit: Max results to return (default 20)

Returns:
    List of search results with username, filename, size, etc.
download_musicA
Download a file from a Soulseek user.

Args:
    username: Soulseek username who has the file
    filename: Full filename path as returned by search
    size: File size in bytes

Returns:
    Status message
download_statusA
Check status of active downloads.

Returns:
    List of active/queued downloads with progress
browse_userA
Browse a Soulseek user's shared files.

Args:
    username: Soulseek username to browse

Returns:
    List of directories and files shared by the user
search_last_resultsA
Get cached results from the last search for a query.

Args:
    query: The search text used previously

Returns:
    Cached results, or empty list if not found

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/ldgnu/mcp-slskd'

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