mcp-local-translate
by damoqiongqiu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_DIR | No | 模型缓存目录。NLLB-200 模型(~600MB)自动下载到此。建议使用绝对路径。 | 系统默认 |
| HF_ENDPOINT | No | HuggingFace 镜像端点。设置后跳过自动镜像检测。 | https://huggingface.co |
| HTTPS_PROXY | No | HTTP 代理地址,用于下载模型(如 http://127.0.0.1:7890)。通过 setGlobalDispatcher 全局生效。 | |
| HF_AUTO_MIRROR | No | 自动镜像检测开关。设为 false 禁用。默认开启,首次下载前自动探测三级镜像链。 | true |
| TRANSLATE_DEVICE | No | 推理设备。直接传给 Transformers.js。目前仅推荐 cpu。 | cpu |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| translateB | Translate text between 200+ languages using the NLLB-200 model, running entirely on your local CPU. No cloud APIs, no data leaves your machine. |
| list_languagesA | List all 200+ languages supported by the NLLB-200 translation model. Optionally filter/search by keyword. |
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
- 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/damoqiongqiu/mcp-local-translate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server