Add Postproxy to ~/.codex/config.toml
Codex launches MCP servers from `config.toml`. Bridge the hosted endpoint with `mcp-remote` and your API key — one entry, backed by our hosted server.
~/.codex/config.toml
[mcp_servers.postproxy]command = "npx"args = ["-y", "mcp-remote", "https://mcp.postproxy.dev/mcp?api_key=YOUR_KEY"]