Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADB_PATHNoNative ADB executable path; defaults to 'adb' on PATH
TMDB_API_KEYNoTMDB credential for search and title-based play with source='search'
ANDROID_TV_HOSTNoAndroid TV IP address for playback and TV tools
ANDROID_TV_PORTNoCurrent ADB connection port5555
STREMIO_AUTH_KEYNoAccount token for Stremio library reads and writes
STREMIO_MCP_POOL_TIMEOUTNoSeconds to wait for a pooled connection5
STREMIO_MCP_READ_TIMEOUTNoSeconds to wait for response data20
STREMIO_MCP_WRITE_TIMEOUTNoSeconds to send request data20
STREMIO_MCP_CONNECT_TIMEOUTNoSeconds to establish a connection5
STREMIO_MCP_MAX_CONNECTIONSNoMaximum simultaneous connections8
STREMIO_MCP_MAX_RESPONSE_BYTESNoMaximum TMDB/Cinemeta response body4194304
STREMIO_MCP_MAX_CONCURRENT_REQUESTSNoMaximum simultaneous TMDB requests during a fan-out search4
STREMIO_MCP_LIBRARY_MAX_RESPONSE_BYTESNoMaximum Stremio library response body16777216

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Search for movies or TV shows. Returns results with IMDb IDs.

playA

Play movies or TV episodes. Use 'query' to search by title, or 'imdb_id' to play directly.

libraryB

Read or mutate the Stremio library. Add/remove require an explicit IMDb ID and content type.

tv_controlA

Control Android TV. volume: up/down/mute/set. playback: play/pause/toggle/stop/next/previous/forward/rewind; stop succeeds only when playback is verified to have ended (no actively playing session), not merely when a key event is delivered. navigate: up/down/left/right/select/back/home. power: wake/sleep/toggle/status.

playback_statusA

Get current playback status. Returns app, title, state (playing/paused/stalled/stopped/none/error/unknown; stalled means the session claims playing but audio output is not live), position, and duration.

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/netixc/stremio-mcp'

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