Skip to main content
Use this page to connect Sendmux MCP to your AI client.

Hosted OAuth

Use the hosted endpoint when the client supports remote MCP OAuth:
Add this to ~/.codex/config.toml or a trusted project .codex/config.toml.
Then authenticate:

Local stdio

Install the local package once:
Use a mailbox key for Mailbox or Sending:
Use a root key for Management:
Run Codex with SENDMUX_API_KEY already set, then use env_vars so the value stays outside the config file.

Private HTTP

Start a local HTTP MCP server:
Use http://127.0.0.1:8765/mcp as the client URL.