Connect Codex
Codex (OpenAI's CLI) connects to Birta as a remote MCP server, then you sign in from inside Codex.
1. Add Birta to Codex
Run this in your terminal:
codex mcp add birta --url https://birta.dev/mcpIf your version of Codex doesn't accept a URL there, add the server to its config file instead. Open
~/.codex/config.tomland add:[mcp_servers.birta] url = "https://birta.dev/mcp"2. Authorize it in your browser
Run
codex mcp login birta— your browser opens. Sign in with the one-time code sent to your email and allow access. Codex keeps its own access after that, so you only do this once.3. Check that it works
Start Codex and run
/mcp— birta should appear with its tools. Or just ask Codex to list your Birta projects.