Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YT_SUB_MCP_CACHENoSet to '0' to disable the disk cache layer.1
YT_SUB_MCP_CACHE_DIRNoDirectory to store the cache. Default: on macOS ~/Library/Caches/yt-sub-mcp/, otherwise $XDG_CACHE_HOME/yt-sub-mcp/.
YT_SUB_MCP_CACHE_TTL_DAYSNoCache entry expiration in days. '0' means no expiration.30

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_subtitle_tracksA

List the subtitle tracks available for a video.

Use this when unsure which languages exist, or whether captions are human-written or auto-generated.

get_subtitlesA

Read a video's subtitles as text.

Returns human-written captions when they exist, otherwise the
auto-generated track. Output is truncated at `max_chars`; when that
happens the response ends with the timestamp to resume from, which
you pass back as `start_time` to read on.
search_subtitlesA

Find where a phrase is said in a video.

Cheaper than reading the whole transcript: returns matching passages
with timestamps and deep links. Follow up with `get_subtitles` and a
time range to read a hit in full.

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/YaleDevUni/yt-sub-mcp'

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