Skip to main content
Glama
gbone001
by gbone001

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RADARR_URLNoRadarr server URL (e.g., http://radarr:7878).
SONARR_URLNoSonarr server URL (e.g., http://sonarr:8989).
SABNZBD_URLNoSABnzbd server URL (e.g., http://sabnzbd:8080).
PROWLARR_URLNoProwlarr server URL (e.g., http://prowlarr:9696).
MCP_HTTP_HOSTNoHTTP server host (default: 0.0.0.0).0.0.0.0
MCP_HTTP_PATHNoHTTP endpoint path (default: /mcp)./mcp
MCP_HTTP_PORTNoHTTP server port (default: 3000).3000
MCP_TRANSPORTNoTransport mode: 'http' (default) or 'stdio'.http
MCP_HTTP_TOKENYesBearer token for HTTP authentication. Required when MCP_TRANSPORT is http.
RADARR_API_KEYNoRadarr API key.
SONARR_API_KEYNoSonarr API key.
MCP_SERVER_NAMENoServer name (default: media-stack-mcp).media-stack-mcp
QBITTORRENT_URLNoqBittorrent WebUI URL (e.g., http://vpn:5080).
SABNZBD_API_KEYNoSABnzbd API key.
PROWLARR_API_KEYNoProwlarr API key.
QBITTORRENT_PASSWORDNoqBittorrent WebUI password.
QBITTORRENT_USERNAMENoqBittorrent WebUI username (default: admin).admin

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
media_health_checkA

Check connectivity and versions for the configured media apps.

radarr_lookup_movieA

Search Radarr/TMDB for a movie by title.

radarr_add_movieA

Add a movie to Radarr by TMDB ID. Use radarr_lookup_movie first.

radarr_get_queueC

Get Radarr download/import queue.

sonarr_lookup_seriesB

Search Sonarr/TVDB for a TV series by title.

sonarr_add_seriesC

Add a TV series to Sonarr by TVDB ID. Use sonarr_lookup_series first.

sonarr_get_queueA

Get Sonarr download/import queue.

sabnzbd_get_queueB

Get SABnzbd queue.

sabnzbd_pauseB

Pause SABnzbd.

sabnzbd_resumeC

Resume SABnzbd.

prowlarr_searchC

Search Prowlarr indexers.

prowlarr_test_indexersA

Return Prowlarr indexers. Use this before testing individual indexers.

qbittorrent_list_torrentsC

List qBittorrent torrents.

qbittorrent_pause_allA

Pause all qBittorrent torrents.

qbittorrent_resume_allA

Resume all qBittorrent torrents.

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/gbone001/media-stack-mcp'

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