MiMo Code supports standard proxy environment variables and custom certificates for enterprise network environments.
MiMo Code respects standard proxy environment variables.
The TUI communicates with a local HTTP server. You must bypass the proxy for this connection to prevent routing loops.
You can configure the server's port and hostname using CLI flags.
If your proxy requires basic authentication, include credentials in the URL.
Avoid hardcoding passwords. Use environment variables or secure credential storage.
For proxies requiring advanced authentication like NTLM or Kerberos, consider using an LLM Gateway that supports your authentication method.
If your enterprise uses custom CAs for HTTPS connections, configure MiMo Code to trust them.
This works for both proxy connections and direct API access.