game-translator-mcp
by dcd887
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BATCH_SIZE | No | Number of translation entries per batch. Higher values save tokens but increase latency. | 15 |
| OUTPUT_DIR | No | Directory where translated files are written. | translated_output |
| AGNES_MODEL | No | Model name for AGNES AI (e.g., agnes-2.5-flash). | |
| AGNES_API_KEY | No | API key for AGNES AI. If set, AGNES_BASE_URL and AGNES_MODEL are also required. | |
| AGNES_BASE_URL | No | Base URL for AGNES AI (e.g., https://apihub.agnes-ai.com/v1). | |
| DEEPSEEK_API_KEY | No | API key for DeepSeek. Can be used as a standalone provider or as an optional fallback. | |
| SCAN_MAX_SIZE_MB | No | Maximum file size in MB for a text file to be considered translatable. Files larger than this are skipped. | 10 |
| TRANSLATOR_MODEL | No | Model name for the custom OpenAI-compatible provider (e.g., your-model). | |
| DASHSCOPE_API_KEY | No | API key for Alibaba Qwen (DashScope). Only this key is needed for the DashScope provider. | |
| TRANSLATOR_API_KEY | No | API key for a custom OpenAI-compatible provider (recommended). If set, TRANSLATOR_BASE_URL and TRANSLATOR_MODEL are also required. | |
| TRANSLATOR_BASE_URL | No | Base 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
| 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