YouGile MCP Cloud
by indalo-tech
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind host | 127.0.0.1 |
| PORT | No | Bind port | 8000 |
| JWT_SECRET | Yes | Secret at least 32 characters for signing tokens and CSRF | |
| PUBLIC_URL | Yes | External URL, e.g., https://…; used as issuer and audience | |
| TRIAL_DAYS | No | Trial period length in days | 14 |
| VALKEY_URL | Yes | Valkey URL, e.g., valkey://[:pass@]host:6379/0 (valkeys:// for TLS) | |
| DATABASE_URL | Yes | PostgreSQL connection string, e.g., postgresql://user:pass@host:5432/db | |
| ENCRYPTION_KEYS | Yes | Comma-separated Fernet keys; first one encrypts | |
| FREE_COMPANY_IDS | No | Company IDs that are exempt from payment (comma-separated?) | |
| YOUGILE_BASE_URL | No | Base URL of YouGile API | https://ru.yougile.com |
| ADMIN_SESSION_TTL | No | Admin session lifetime in seconds | 43200 |
| FORWARDED_ALLOW_IPS | No | Comma-separated IPs allowed for X-Forwarded-For | 127.0.0.1 |
| RATE_LIMIT_PER_COMPANY | No | Requests to YouGile per minute per company | 45 |
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