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 |
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/ilinxa/ilinxa-capture'
If you have feedback or need assistance with the MCP directory API, please join our Discord server