Codex
Ready AgentOpenAI Codex reads an mcp_servers section in its config.toml and connects to remote MCP servers. Add the Watermarks Remover server to use it from the Codex CLI.
You need
- Codex CLI installed
- A Watermarks Remover API key
Install
- Create an API key for Watermarks Remover.
- Open ~/.codex/config.toml and add the block below with your API key.
- Restart Codex, then confirm the tools are listed.
Configuration
toml
[mcp_servers.watermarks-remover]
type = "streamable-http"
url = "https://watermarks-remover.com/mcp"
headers = { Authorization = "Bearer <YOUR_API_KEY>" }
Notes
- The config keys can change with the Codex version. Verify them for your install.