
I18n Agent Action
Expose translation and i18n automation to your agent via Dockerized SSE MCP for multilingual docs and repo strings.
Overview
io.github.SamYuan1990/i18n-agent-action is a Build-phase MCP server that provides agent-driven i18n and language translation over Docker SSE with an API-key-backed translation service.
What is this MCP server?
- i18n-focused MCP server packaged as OCI ghcr.io/SamYuan1990/i18n-agent-action:mcp with Docker runtime hint
- SSE transport at configurable URL (example port 8080) rather than stdio-only
- api_key secret for the translation service plus host models_path volume mount to /app/models
- GitHub-action lineage—language translate workflows for agent-driven i18n
- Registry image ghcr.io/SamYuan1990/i18n-agent-action:mcp with Docker runtime hint
- Documented port mapping example 8080:8080
- Requires secret api_key plus models_path host volume
What problem does it solve?
Shipping multiple languages means bouncing between translation APIs, locale files, and CI—hard to delegate to an agent without an MCP surface.
Who is it for?
Indie SaaS or OSS maintainers dockerizing their agent stack who want programmatic translation alongside repo edits.
Skip if: Builders who only need English, cannot run Docker, or require a managed TMS with review workflows out of the box.
What do I get? / Deliverables
After running the OCI MCP container with api_key and models volume, your agent can invoke translation-oriented tools over SSE during doc and string work.
- Running i18n-agent-action MCP container reachable over SSE
- Agent-callable translation/i18n tools
- Volume-mounted models path for containerized workflows
Recommended MCP Servers
Journey fit
How it compares
Containerized translation MCP over SSE, not a markdown-only localization checklist skill.
Common Questions / FAQ
Who is io.github.SamYuan1990/i18n-agent-action for?
Developers running Docker-based MCP setups who need agent-accessible translation for i18n files and multilingual documentation.
When should I use io.github.SamYuan1990/i18n-agent-action?
Use it in Build while adding or maintaining locales—before Launch—when strings and docs must be translated through an API-backed service.
How do I add io.github.SamYuan1990/i18n-agent-action to my agent?
Pull ghcr.io/SamYuan1990/i18n-agent-action:mcp, run with -p 8080:8080, -e api_key, and -v models_path:/app/models, then register the SSE MCP URL in your client.