Skip to content

Codex CLI

Set up Sendivent MCP server in OpenAI Codex CLI to manage notifications with AI.

Setup

Run a single command:

bash
codex --mcp-server "https://mcp.sendivent.com/"

A browser window opens for OAuth authentication on first use.

Or add to ~/.codex/config.json:

json
{
  "mcpServers": {
    "sendivent": {
      "url": "https://mcp.sendivent.com/"
    }
  }
}

TIP

Remote MCP servers are recommended for Codex since they avoid sandbox restrictions.

Next Steps

Released under the MIT License.