Third-party client instructions
Connect Codex to Soon.
Codex is an independently installed third-party client. Soon does not bundle, operate, or receive data from it. This is one example client configuration. Soon's compatibility is based on the MCP protocol, not a client-specific integration.
Before you begin
Enable MCP access in Soon and copy the connection details. For the transport, endpoint, authorization, and token-safety overview, read the generic MCP setup guide.
Add Soon to config.toml
Add this server entry to Codex's config.toml, replacing YOUR_ACCESS_TOKEN with the token copied from Soon.
[mcp_servers.soon]
url = "http://127.0.0.1:53621/mcp"
http_headers = { Authorization = "Bearer YOUR_ACCESS_TOKEN" }
Reconnect after changes
Restart or reconnect the client after saving the configuration. If you reset the token in Soon, update this entry before reconnecting.