Codex (OpenAI)
Set up Lingo.dev MCP in Codex
What is Codex?
Codex is OpenAI's autonomous software engineering agent available to ChatGPT Plus users. It can write features, fix bugs, and propose pull requests.
Initial setup
In the ~/.codex/config.toml file, use the following configuration:
[mcp_servers.lingo]
command = "npx"
args = ["mcp-remote", "https://mcp.lingo.dev/main"]
Usage
Once the MCP is enabled, prompt Codex to set up i18n in the current codebase.
For example:
Set up i18n
You can also specify the supported locales and the default locale:
Set up i18n with the following locales: en, es, and pt-BR. The default locale is "en".
(If you don't provide this information upfront, Codex should ask you for it.)