ilinxa-capture
Officialby ilinxa
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| PORT | No | HTTP port | 3000 |
| UI_DIR | No | Built Web UI assets | ./ui/dist |
| NODE_ENV | No | development / production / test | development |
| LOG_LEVEL | No | Pino log level | info |
| JOB_TIMEOUT | No | Per-job timeout in seconds | 300 |
| STORAGE_MODE | No | local or s3. When set to 's3', S3_* configuration variables (e.g., S3_BUCKET, S3_ACCESS_KEY_ID, S3_SECRET_ACCESS_KEY, S3_REGION) are required. | local |
| MAX_UPLOAD_SIZE | No | Max upload size in bytes (500 MB) | 524288000 |
| MCP_SESSION_TTL | No | Idle MCP HTTP session lifetime in seconds | 1800 |
| LOCAL_OUTPUT_DIR | No | Job output directory | ./data/jobs |
| LOCAL_TTL_SECONDS | No | Finished-job retention before cleanup | 3600 |
| MAX_VIDEO_DURATION | No | Max video length in seconds | 600 |
| MAX_CONCURRENT_JOBS | No | Processing concurrency limit | 3 |
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
ActivityMaintained
ResponsivenessNo issues