Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BATCH_SIZENoNumber of translation entries per batch. Higher values save tokens but increase latency.15
OUTPUT_DIRNoDirectory where translated files are written.translated_output
AGNES_MODELNoModel name for AGNES AI (e.g., agnes-2.5-flash).
AGNES_API_KEYNoAPI key for AGNES AI. If set, AGNES_BASE_URL and AGNES_MODEL are also required.
AGNES_BASE_URLNoBase URL for AGNES AI (e.g., https://apihub.agnes-ai.com/v1).
DEEPSEEK_API_KEYNoAPI key for DeepSeek. Can be used as a standalone provider or as an optional fallback.
SCAN_MAX_SIZE_MBNoMaximum file size in MB for a text file to be considered translatable. Files larger than this are skipped.10
TRANSLATOR_MODELNoModel name for the custom OpenAI-compatible provider (e.g., your-model).
DASHSCOPE_API_KEYNoAPI key for Alibaba Qwen (DashScope). Only this key is needed for the DashScope provider.
TRANSLATOR_API_KEYNoAPI key for a custom OpenAI-compatible provider (recommended). If set, TRANSLATOR_BASE_URL and TRANSLATOR_MODEL are also required.
TRANSLATOR_BASE_URLNoBase URL for the custom OpenAI-compatible provider (e.g., https://your-gateway.example.com/v1).

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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources