Set up Codex
Install the Charming plugin once, then build in the Codex app or CLI.
Install the plugin
Add the Tambo Labs marketplace:
codex plugin marketplace add https://github.com/tambo-labs/charming-codex-plugin.git
The plugin adds the Charming tools and the instructions Codex needs to build apps.
Finish setup
- Restart Codex after the command finishes.
- Open Plugins. In the Codex CLI, enter
/plugins. - Choose Tambo Labs, then install Charming.
- Start a new thread.
- Ask Codex to build an app. Approve access when the browser opens.
The Codex app renders the finished app in the conversation. Codex CLI opens its Charming URL in the browser.
Start building
Ask for the app you need in plain words. For example:
Build a shared project tracker with owners, due dates, and status filters.
Add the MCP server without the plugin
If plugin installation is unavailable, add Charming as a remote MCP server.
-
Open
~/.codex/config.toml. Create the file if it does not exist. -
Add this block:
[mcp_servers.charming] url = "https://charm.ing/mcp" -
Save the file and restart Codex.
-
Start a new thread and ask Codex to build an app.
-
Follow the browser sign-in prompt when Codex first calls a Charming tool.
Troubleshooting
| What you see | What to try |
|---|---|
| The Tambo Labs marketplace is missing | Restart Codex, then open Plugins again. |
| Charming is missing after installation | Restart Codex and start a new thread. |
| No browser sign-in appears | Ask Codex to list the Charming tools, then call one. |
| Plugin installation is unavailable | Use the MCP server setup above. |