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.
-
Create a token in GetIntel under Integrations.
-
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"] -
Restart Codex and ask: “Using GetIntel, give me this week’s visibility brief.”