Connect Codex
Codex (OpenAI's CLI) connects to Wibe as a remote MCP server, then you sign in from inside Codex.
1. Add Wibe to Codex
Run this in your terminal:
codex mcp add wibe --url https://wibe.manaraga.ai/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.wibe] url = "https://wibe.manaraga.ai/mcp"2. Authorize it in your browser
Run
codex mcp login wibe— 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— wibe should appear with its tools. Or just ask Codex to list your Wibe projects.