Skip to content
Start free

Codex CLI

Connect GetIntel's MCP server to OpenAI's Codex CLI through mcp-remote in config.toml, so your coding agent can read your AI visibility data.

Codex CLI speaks stdio, so it connects to GetIntel’s remote server through mcp-remote.

  1. Create a token in GetIntel under Integrations.

  2. Add GetIntel to ~/.codex/config.toml:

    ~/.codex/config.toml
    [mcp_servers.getintel]
    command = "npx"
    args = ["-y", "mcp-remote", "https://app.getintel.ai/mcp", "--header", "Authorization: Bearer YOUR_TOKEN"]
  3. Restart Codex and ask: “Using GetIntel, give me this week’s visibility brief.”