All connection guides
Codex

Connect Codex

Remote MCP · OAuth

Add Agami to Codex with codex mcp add and log in over OAuth.

No signup required

There's nothing to sign up for first. Add the Agami MCP server to Codex using the URL below, then Connect. The first time you connect, Codex hands you to Agami's sign-in: choose Google or Microsoft, and a demo account is created on the spot. No API key.

MCP server URL
https://public.agami.ai/mcp

Codex (CLI)

For developers

Register the Agami server with codex mcp add, then run codex mcp login to authenticate over OAuth. You can also declare it in ~/.codex/config.toml under an [mcp_servers.agami] block. Verify the connection in-session with /mcp.

bash
# Add the Agami MCP server (streamable HTTP)
codex mcp add agami --url https://public.agami.ai/mcp

# Authenticate over OAuth
codex mcp login agami

Equivalent config in ~/.codex/config.toml: [mcp_servers.agami] url = "https://public.agami.ai/mcp"

Prefer to run it locally?

LiteBI is our open-source distribution: the same engine, fully on your machine. Point it at your own database and connect Codex to the local MCP server.

Ask your first question

Add the server URL to Codex, sign in with Google or Microsoft, and ask. The demo is free.

Codex and its logo are trademarks of their owner. Agami is not affiliated with, endorsed by, or sponsored by them. Setup steps live on the vendor's official documentation, linked above, and may change. Verified 2026-05-31.