CatchIntentCatchIntent

Codex

Connect CatchIntent to the OpenAI Codex CLI.

The Codex CLI runs MCP servers as local processes. Connect to the hosted CatchIntent server through the mcp-remote bridge, which handles the OAuth sign-in.

Connect

Edit the Codex config

Open ~/.codex/config.toml and add:

[mcp_servers.catchintent]
command = "npx"
args = ["-y", "mcp-remote", "https://engine.catchintent.com/mcp"]

Sign in

Start Codex. On first use the bridge opens a browser to sign in to CatchIntent and approve access. The token is cached for later sessions.

Use it

Ask Codex about your workspace, for example "list CatchIntent leads from the funding strategy this week".

Permissions

You choose read, write, or push-to-CRM access at sign-in. Start read-only. See the tools reference.

To remove it: delete the [mcp_servers.catchintent] block, then revoke access in your CatchIntent account.

On this page