ChatGPT desktop app
1
Open MCP settings
In the ChatGPT desktop app, open Settings → MCP servers and select Add server.
2
Enter the Anagram details
Set the name to
Anagram, choose Streamable HTTP, and enter:https://studio.anagram.ai/api/mcpSave the server, then select Restart.3
Sign in to Anagram
Find Anagram in the server list and select Authenticate. Complete the Anagram sign-in and approval screen. OAuth is handled automatically through Clerk.
4
Check the connection
Type
/mcp in the Codex composer. Anagram and its tools should appear in the connected server list.Codex CLI
Run:codex mcp list to check the connection.
Configuration file
You can also add Anagram to~/.codex/config.toml:
.codex/config.toml.
Codex IDE extension
The IDE extension does not have a separate add-server form. Open its settings and choose the option to editconfig.toml, add the configuration above, then run codex mcp login Anagram in a terminal.
See OpenAI’s current Codex MCP guide for all configuration options.