video-evidence-mcp
by Sandro-Z
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOMAIN | No | Public domain for the optional HTTPS/OAuth profile (e.g., mcp.example.com). Only needed when enabling public access. | |
| ASR_MODEL | No | The faster-whisper model to use for automatic speech recognition (e.g., 'small', 'medium'). Choose according to CPU/RAM/disk capacity. | |
| AUTH_MODE | No | Authentication mode. Use 'none' for loopback-only listening; a public profile requires an external OIDC/OAuth provider. | none |
| OIDC_ISSUER | No | OIDC issuer URL for the optional public profile. Must support Authorization Code, PKCE S256, and required scopes/token validation. | |
| OIDC_AUDIENCE | No | Expected audience for OIDC tokens when using the optional public profile. | |
| OIDC_JWKS_URL | No | Optional JWKS URL for OIDC token verification. If omitted, it is derived from the issuer discovery document. | |
| OPENAI_API_KEY | No | Optional API key for server-side OpenAI visual description; disabled by default. Not required for the core evidence workflow. | |
| OIDC_REQUIRED_SCOPES | No | Space-separated list of scopes required for OIDC token validation in the optional public profile. | |
| YOUTUBE_COOKIES_FILE | No | Optional 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_CIDR | No | If 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_PROXY | No | Set 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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivitySlowing
ResponsivenessNo issues