Back to Home
scopweb icon

mcp-po-compiler-go

Verified Safe

by scopweb

Overview

Compiles gettext .po catalogs into .mo binaries, validates catalogs, and summarizes translation progress for localization workflows, designed for local execution with MCP clients.

Installation

Run Command
./bin/mcp-po-server

Security Notes

The server primarily processes text input (PO content) and generates binary output (MO content). It uses os.CreateTemp for temporary file creation, which is a secure method. There are no obvious 'eval' or command injection vulnerabilities. The 'return=path' option creates a temporary file, which is a controlled operation. The server does not appear to open network ports directly, relying on an external MCP client for communication. Potential risks are related to resource exhaustion from parsing extremely large or malformed PO files, but this is acknowledged in the README, suggesting external OS-level limits.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200000
Stars0
Forks0
Last Update2026-01-17

Tags

GettextLocalizationTranslationGoMCPCompiler