Loading MCP server directory, please wait...
An i18n github action for language translate
npx @getmcp/cli add io.github.SamYuan1990/i18n-agent-actionRequires Docker Engine. Community-contributed server. Review source before installing.
api_keyAPI key for the i18n service
encoderEncoder model file path
decoderDecoder model file path
tokensTokens model file path
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.SamYuan1990/i18n-agent-action": {
"command": "docker",
"args": [
"8080:8080",
"{models_path}:/app/models",
"run",
"-i",
"--rm",
"-e",
"api_key",
"-e",
"encoder",
"-e",
"decoder",
"-e",
"tokens",
"ghcr.io/SamYuan1990/i18n-agent-action:mcp"
],
"env": {
"api_key": "",
"encoder": "",
"decoder": "",
"tokens": ""
}
}
}
}