doc/articles/get-started-ai-codex.md
This guide will walk you through the setup process for getting started with Codex.
[!includegetting-help]
Install Codex CLI using the official commands, for example:
npm i -g @openai/codex
# or on macOS
brew install --cask codex
Register the Uno Platform MCPs:
codex mcp add "uno" --url "https://mcp.platform.uno/v1"
codex mcp add "uno-app" -- dotnet dnx -y uno.devserver --mcp-app
Start Codex CLI and type the following:
/mcp
This will show the Uno Platform tools available to the agent.
[!IMPORTANT] The uno-app MCP may fail to load unless Codex is opened in a folder containing an Uno Platform app.
Now that you are set up, let's create your first app.
Getting Started with Uno Platform & Codex CLI - Video Walkthrough: