Skip to main content
Glama
cyanheads

tvmaze-mcp-server

by cyanheads

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOGS_DIRNoDirectory for log files (Node.js only).<project-root>/logs
OTEL_ENABLEDNoEnable OpenTelemetry instrumentation (spans, metrics, completion logs).false
MCP_AUTH_MODENoAuth mode: none, jwt, or oauth.none
MCP_HTTP_PORTNoPort for the HTTP server.3010
MCP_LOG_LEVELNoLog level (RFC 5424).info
TVMAZE_BASE_URLNoTVmaze API base URL. Override to point at an enterprise endpoint.https://api.tvmaze.com
MCP_SESSION_MODENoHTTP session mode. This server declares stateless in code — no tool asks the caller for input mid-handler.stateless
TVMAZE_USER_AGENTNoUser-Agent sent on every upstream request; TVmaze asks that clients identify themselves.server name, version, and repository URL
MCP_TRANSPORT_TYPENoTransport: stdio or http.stdio
TVMAZE_CACHE_TTL_SNoSeconds to hold an upstream response in the in-process cache. 0 disables caching.300
STORAGE_PROVIDER_TYPENoStorage backend.in-memory
MCP_HTTP_ENDPOINT_PATHNoPath the MCP server is mounted at./mcp
TVMAZE_DEFAULT_COUNTRYNoISO 3166-1 alpha-2 country used for tvmaze_get_schedule scopes linear and all when country is omitted.US
TVMAZE_MAX_CONCURRENCYNoConcurrent upstream requests (1–16).4
TVMAZE_DEFAULT_TIMEZONENoIANA timezone used when a tool call omits timezone.UTC
TVMAZE_REQUEST_TIMEOUT_MSNoPer-request timeout in milliseconds (1000–120000).10000

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources