flickies
by psyb0t
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLICKIES_OFFLINE | No | Set to 1 to disable automatic model download (operators stage the snapshot directory manually). | |
| FLICKIES_LOG_FILE | No | Path to the rotating log file. Default is /data/logs/flickies.log. | /data/logs/flickies.log |
| FLICKIES_LOG_LEVEL | No | Log level: DEBUG, INFO, etc. Default is INFO. | INFO |
| FLICKIES_AUTH_TOKEN | No | Bearer token for authentication. If set, clients must send 'Authorization: Bearer <token>'. Unset disables auth. | |
| FLICKIES_PREFETCH_ALL | No | Set to 1 to prefetch all engines at boot. | |
| FLICKIES_ENABLED_ENGINES | No | Comma-separated list of engines to prefetch at boot, e.g. 'wav2lip,gfpgan'. | |
| FLICKIES_IDLE_UNLOAD_SECS | No | Idle time in seconds before the model is unloaded by the sweeper. Default is 600. | 600 |
| FLICKIES_ENABLE_NONCOMMERCIAL | No | Set to 1 to enable Wav2Lip / Wav2Lip-GAN engines (non-commercial license gate). |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/psyb0t/docker-flickies'
If you have feedback or need assistance with the MCP directory API, please join our Discord server