Connect Codex
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.
https://public.agami.ai/mcp Codex (CLI)
For developersRegister 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.
# 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"
Codex connects to remote MCP servers over streamable HTTP. Add Agami with one
command, authenticate with codex mcp login, and your data questions become
answerable from the same CLI you use to write code.
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.