Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOMAINNoPublic domain for the optional HTTPS/OAuth profile (e.g., mcp.example.com). Only needed when enabling public access.
ASR_MODELNoThe faster-whisper model to use for automatic speech recognition (e.g., 'small', 'medium'). Choose according to CPU/RAM/disk capacity.
AUTH_MODENoAuthentication mode. Use 'none' for loopback-only listening; a public profile requires an external OIDC/OAuth provider.none
OIDC_ISSUERNoOIDC issuer URL for the optional public profile. Must support Authorization Code, PKCE S256, and required scopes/token validation.
OIDC_AUDIENCENoExpected audience for OIDC tokens when using the optional public profile.
OIDC_JWKS_URLNoOptional JWKS URL for OIDC token verification. If omitted, it is derived from the issuer discovery document.
OPENAI_API_KEYNoOptional API key for server-side OpenAI visual description; disabled by default. Not required for the core evidence workflow.
OIDC_REQUIRED_SCOPESNoSpace-separated list of scopes required for OIDC token validation in the optional public profile.
YOUTUBE_COOKIES_FILENoOptional in-container path to a Netscape-format cookie file for YouTube public-video extraction (e.g., /run/secrets/video-evidence-mcp/youtube-cookies.txt). Leave empty for anonymous-only behavior.
TRUSTED_DNS_PROXY_CIDRNoIf the host uses a trusted transparent DNS proxy that maps public names into RFC 2544 benchmarking space, set to '198.18.0.0/15'. Leave empty on ordinary DNS.
TRUSTED_LOOPBACK_PROXYNoSet to 'true' only when running behind a trusted loopback proxy (e.g., the private Compose deployment) while AUTH_MODE=none.false

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

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/Sandro-Z/Video-Evidence-MCP'

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