Laya MCP
by carl0s
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listen address. | 0.0.0.0 |
| PORT | No | Listen port. | 8000 |
| HF_HOME | No | Directory where model weights are cached. | |
| BASE_URL | No | Public URL of the server, required in github mode. | |
| DATA_DIR | No | Directory for OAuth state and persisted data (default /data in Docker). | ./data |
| AUTH_MODE | No | Authentication mode: none, bearer, or github (default: bearer). | bearer |
| LOG_LEVEL | No | Logging level. | INFO |
| MAX_ITEMS | No | Maximum items per batch call. | 50 |
| API_TOKENS | No | Comma-separated bearer tokens used for authentication in bearer mode. | |
| APP_SECRET | No | Signs tokens and encrypts OAuth state. Keep it stable. | |
| LOW_CONFIDENCE | No | Answers below this confidence are reported in low_confidence. | 0.7 |
| OMP_NUM_THREADS | No | CPU threads for inference. | |
| CALIBRATION_PATH | No | Path to a JSON file with temperatures for calibration. | |
| GITHUB_CLIENT_ID | No | GitHub OAuth App client ID for github authentication mode. | |
| LAYA_CHECKPOINTS | No | Comma separated list: multilingual, english, typed-decisions. Use multilingual for non-English. | multilingual |
| ALLOWED_GITHUB_USERS | No | GitHub usernames allowed to use the tools (comma separated). | |
| GITHUB_CLIENT_SECRET | No | GitHub OAuth App client secret for github authentication mode. | |
| LOW_CONFIDENCE_FIELD | No | Field used when no calibration is loaded: answer_confidence or the stricter confidence. | answer_confidence |
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